Html Css Color HEX #D9AC4F Rob Roy

📋 copy color: '#D9AC4F'

red 217 ◦ green 172 ◦ blue 79

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

Shades of Rob Roy #D9AC4F

Tints of Rob Roy #D9AC4F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 46.37%
G = 36.75%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9AC4F (or 0xD9AC4F) is known color: Rob Roy. HEX triplet: D9, AC and 4F. RGB value is (217,172,79). Sum of RGB (Red+Green+Blue) = 217+172+79=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC4F is #2653B0. Grayscale: #AFAFAF. Windows color (decimal): -2511793 or 5221593. OLE color: 5221593.

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

Color convert

RGB 217 172 79 -
CMYK 0 0.21 0.64 0.15
HSL 40.43º 0.64% 0.58% -
HSV(B) 40.43º 0.64% 0.85% -
XYZ 44.78 44.82 13.69 -
YUV 174.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 217 172 79 0 0.21 0.64 0.15 40.43 0.64 0.58
Hex D9 AC 4F 0 15 40 F 28 40 3A
Octal 331 254 117 0 25 100 17 50 100 72
Binary 11011001 10101100 1001111 0 10101 1000000 1111 101000 1000000 111010

Color Harmonies of #D9AC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC4F

Black with #D9AC4F

Text Example


Text Example

White with #D9AC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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