Html Css Color HEX #DCAB4C Rob Roy

📋 copy color: '#DCAB4C'

red 220 ◦ green 171 ◦ blue 76

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

Shades of Rob Roy #DCAB4C

Tints of Rob Roy #DCAB4C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

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

R = 47.11%
G = 36.62%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCAB4C (or 0xDCAB4C) is known color: Rob Roy. HEX triplet: DC, AB and 4C. RGB value is (220,171,76). Sum of RGB (Red+Green+Blue) = 220+171+76=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB4C is #2354B3. Grayscale: #AFAFAF. Windows color (decimal): -2315444 or 5024732. OLE color: 5024732.

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

Color convert

RGB 220 171 76 -
CMYK 0 0.22 0.65 0.14
HSL 39.58º 0.67% 0.58% -
HSV(B) 39.58º 0.65% 0.86% -
XYZ 45.38 44.86 13.11 -
YUV 174.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 220 171 76 0 0.22 0.65 0.14 39.58 0.67 0.58
Hex DC AB 4C 0 16 41 E 28 43 3A
Octal 334 253 114 0 26 101 16 50 103 72
Binary 11011100 10101011 1001100 0 10110 1000001 1110 101000 1000011 111010

Color Harmonies of #DCAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB4C

Black with #DCAB4C

Text Example


Text Example

White with #DCAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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