Html Css Color HEX #DCB052 Rob Roy

📋 copy color: '#DCB052'

red 220 ◦ green 176 ◦ blue 82

#DCB052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DCB052

Tints of Rob Roy #DCB052

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 82 (32.42% from 255) = 17.15%

R = 46.03%
G = 36.82%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.63

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCB052 (or 0xDCB052) is known color: Rob Roy. HEX triplet: DC, B0 and 52. RGB value is (220,176,82). Sum of RGB (Red+Green+Blue) = 220+176+82=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB052 is #234FAD. Grayscale: #B2B2B2. Windows color (decimal): -2314158 or 5419228. OLE color: 5419228.

HSL color Cylindrical-coordinate representation of color #DCB052: hue angle of 40.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCB052 is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 82 -
CMYK 0 0.2 0.63 0.14
HSL 40.87º 0.66% 0.59% -
HSV(B) 40.87º 0.63% 0.86% -
XYZ 46.56 46.88 14.58 -
YUV 178.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 220 176 82 0 0.2 0.63 0.14 40.87 0.66 0.59
Hex DC B0 52 0 14 3F E 29 42 3B
Octal 334 260 122 0 24 77 16 51 102 73
Binary 11011100 10110000 1010010 0 10100 111111 1110 101001 1000010 111011

Color Harmonies of #DCB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB052

Black with #DCB052

Text Example


Text Example

White with #DCB052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB052; }

 p { color: rgb(220,176,82); }

 H1.HeaderClassName
 {
   color: #DCB052;
 }
 .AnyTagClassName
 {
   color: #DCB052;
 }
</style>

background-color css

<style>
 a { background-color: #DCB052; }

 a { background-color: rgb(220,176,82); }

 div.DivClassName
 {
   background-color: #DCB052;
 }
 .BgClassName
 {
   background-color: #DCB052;
 }
</style>

border-color css

<style>
 span { border-color: #DCB052; }

 span { border-color: rgb(220,176,82); }

 td.TdClassName
 {
   border-color: #DCB052;
 }
 .TagClassName
 {
   border-color: #DCB052;
 }
</style>