Html Css Color HEX #D9AA4F Rob Roy

📋 copy color: '#D9AA4F'

red 217 ◦ green 170 ◦ blue 79

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

Shades of Rob Roy #D9AA4F

Tints of Rob Roy #D9AA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.95%

R = 46.57%
G = 36.48%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9AA4F (or 0xD9AA4F) is known color: Rob Roy. HEX triplet: D9, AA and 4F. RGB value is (217,170,79). Sum of RGB (Red+Green+Blue) = 217+170+79=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA4F is #2655B0. Grayscale: #AEAEAE. Windows color (decimal): -2512305 or 5221081. OLE color: 5221081.

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

Color convert

RGB 217 170 79 -
CMYK 0 0.22 0.64 0.15
HSL 39.57º 0.64% 0.58% -
HSV(B) 39.57º 0.64% 0.85% -
XYZ 44.4 44.07 13.56 -
YUV 173.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 217 170 79 0 0.22 0.64 0.15 39.57 0.64 0.58
Hex D9 AA 4F 0 16 40 F 28 40 3A
Octal 331 252 117 0 26 100 17 50 100 72
Binary 11011001 10101010 1001111 0 10110 1000000 1111 101000 1000000 111010

Color Harmonies of #D9AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA4F

Black with #D9AA4F

Text Example


Text Example

White with #D9AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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