Html Css Color HEX #D9A94F Rob Roy

📋 copy color: '#D9A94F'

red 217 ◦ green 169 ◦ blue 79

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

Shades of Rob Roy #D9A94F

Tints of Rob Roy #D9A94F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

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

R = 46.67%
G = 36.34%
B = 16.99%

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

#D9A94F (or 0xD9A94F) is known color: Rob Roy. HEX triplet: D9, A9 and 4F. RGB value is (217,169,79). Sum of RGB (Red+Green+Blue) = 217+169+79=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A94F is #2656B0. Grayscale: #ADADAD. Windows color (decimal): -2512561 or 5220825. OLE color: 5220825.

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

Color convert

RGB 217 169 79 -
CMYK 0 0.22 0.64 0.15
HSL 39.13º 0.64% 0.58% -
HSV(B) 39.13º 0.64% 0.85% -
XYZ 44.21 43.69 13.5 -
YUV 173.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 217 169 79 0 0.22 0.64 0.15 39.13 0.64 0.58
Hex D9 A9 4F 0 16 40 F 27 40 3A
Octal 331 251 117 0 26 100 17 47 100 72
Binary 11011001 10101001 1001111 0 10110 1000000 1111 100111 1000000 111010

Color Harmonies of #D9A94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A94F

Black with #D9A94F

Text Example


Text Example

White with #D9A94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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