Html Css Color HEX #DCB24C Rob Roy

📋 copy color: '#DCB24C'

red 220 ◦ green 178 ◦ blue 76

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

Shades of Rob Roy #DCB24C

Tints of Rob Roy #DCB24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 46.41%
G = 37.55%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCB24C (or 0xDCB24C) is known color: Rob Roy. HEX triplet: DC, B2 and 4C. RGB value is (220,178,76). Sum of RGB (Red+Green+Blue) = 220+178+76=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB24C is #234DB3. Grayscale: #B3B3B3. Windows color (decimal): -2313652 or 5026524. OLE color: 5026524.

HSL color Cylindrical-coordinate representation of color #DCB24C: hue angle of 42.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB24C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 76 -
CMYK 0 0.19 0.65 0.14
HSL 42.5º 0.67% 0.58% -
HSV(B) 42.5º 0.65% 0.86% -
XYZ 46.74 47.58 13.56 -
YUV 178.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 220 178 76 0 0.19 0.65 0.14 42.5 0.67 0.58
Hex DC B2 4C 0 13 41 E 2A 43 3A
Octal 334 262 114 0 23 101 16 52 103 72
Binary 11011100 10110010 1001100 0 10011 1000001 1110 101010 1000011 111010

Color Harmonies of #DCB24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB24C

Black with #DCB24C

Text Example


Text Example

White with #DCB24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB24C; }

 p { color: rgb(220,178,76); }

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

background-color css

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

 a { background-color: rgb(220,178,76); }

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

border-color css

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

 span { border-color: rgb(220,178,76); }

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