Html Css Color HEX #DCB54C Rob Roy

📋 copy color: '#DCB54C'

red 220 ◦ green 181 ◦ blue 76

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

Shades of Rob Roy #DCB54C

Tints of Rob Roy #DCB54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

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

R = 46.12%
G = 37.95%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCB54C (or 0xDCB54C) is known color: Rob Roy. HEX triplet: DC, B5 and 4C. RGB value is (220,181,76). Sum of RGB (Red+Green+Blue) = 220+181+76=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB54C is #234AB3. Grayscale: #B5B5B5. Windows color (decimal): -2312884 or 5027292. OLE color: 5027292.

HSL color Cylindrical-coordinate representation of color #DCB54C: hue angle of 43.75º 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 #DCB54C is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 76 -
CMYK 0 0.18 0.65 0.14
HSL 43.75º 0.67% 0.58% -
HSV(B) 43.75º 0.65% 0.86% -
XYZ 47.34 48.79 13.76 -
YUV 180.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 220 181 76 0 0.18 0.65 0.14 43.75 0.67 0.58
Hex DC B5 4C 0 12 41 E 2C 43 3A
Octal 334 265 114 0 22 101 16 54 103 72
Binary 11011100 10110101 1001100 0 10010 1000001 1110 101100 1000011 111010

Color Harmonies of #DCB54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB54C

Black with #DCB54C

Text Example


Text Example

White with #DCB54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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