Color Hex Logo

#dcb730 Color Hex

#DCB730
(220,183,48)
0 Favorites   0 Comments

Color spaces of #dcb730

RGB 22018348
HSL0.130.710.53
HSV47°78°86°
CMYK 0.000.170.78   0.14
XYZ46.982249.29609.8352
Yxy49.29600.44280.4646
Hunter Lab70.2111-3.425140.8424
CIE-Lab75.63510.358968.2547

#dcb730 color RGB value is (220,183,48).

#dcb730 hex color red value is 220, green value is 183 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dcb730 hue: 0.13 , saturation: 0.71 and the lightness value of dcb730 is 0.53.

The process color (four color CMYK) of #dcb730 color hex is 0.00, 0.17, 0.78, 0.14. Web safe color of #dcb730 is #cccc33. Color #dcb730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00110000
Octal 334 267 60
Decimal 220 183 48
Hex DC B7 30

RGB Percentages of Color #dcb730

%48.78
%40.58
%10.64

CMYK Percentages of Color #dcb730

%0
%17
%78
%14

Triadic Colors of #dcb730

#dcb730 #30dcb7 #b730dc

Analogous Colors of #dcb730

#dcb730 #abdc30 #dc6130

Monochromatic Colors of #dcb730

#dcb730

Complementary Color

#dcb730 #3055dc

#dcb730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb730 Color CSS Codes

.mybgcolor {background-color:#dcb730; } 
.myforecolor {color:#dcb730; }
.mybordercolor {border:3px solid #dcb730; }

#dcb730 Text Font Color

<p style="color:#dcb730">Text here</p>

This sample text font color is #dcb730
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcb730 Background Color

<div style="background-color:#dcb730">
Div content here</div>

This div background color is #dcb730


#dcb730 Border Color

<div style="border:3px solid #dcb730">
Div here</div>

This div border color is #dcb730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,183,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb730;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb730;
  box-shadow:         1px 1px 3px 2px #dcb730; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,183,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcb730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb730;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb730;
  box-shadow:         1px 1px 3px 2px #dcb730;">
Div content here</div>

This div box has shadow with color #dcb730


Comments

No comments written yet.

Please login to write comment.