Html Css Color HEX #D9AA4C Rob Roy

📋 copy color: '#D9AA4C'

red 217 ◦ green 170 ◦ blue 76

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

Shades of Rob Roy #D9AA4C

Tints of Rob Roy #D9AA4C

RGB

 RED value IS 217 (85.16% from 255) = 46.87%

 GREEN value IS 170 (66.8% from 255) = 36.72%

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

R = 46.87%
G = 36.72%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9AA4C (or 0xD9AA4C) is known color: Rob Roy. HEX triplet: D9, AA and 4C. RGB value is (217,170,76). Sum of RGB (Red+Green+Blue) = 217+170+76=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA4C is #2655B3. Grayscale: #ADADAD. Windows color (decimal): -2512308 or 5024473. OLE color: 5024473.

HSL color Cylindrical-coordinate representation of color #D9AA4C: hue angle of 40º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9AA4C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 76 -
CMYK 0 0.22 0.65 0.15
HSL 40º 0.65% 0.57% -
HSV(B) 40º 0.65% 0.85% -
XYZ 44.29 44.02 13 -
YUV 173.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 217 170 76 0 0.22 0.65 0.15 40 0.65 0.57
Hex D9 AA 4C 0 16 41 F 28 41 39
Octal 331 252 114 0 26 101 17 50 101 71
Binary 11011001 10101010 1001100 0 10110 1000001 1111 101000 1000001 111001

Color Harmonies of #D9AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA4C

Black with #D9AA4C

Text Example


Text Example

White with #D9AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA4C; }

 p { color: rgb(217,170,76); }

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

background-color css

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

 a { background-color: rgb(217,170,76); }

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

border-color css

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

 span { border-color: rgb(217,170,76); }

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