Html Css Color HEX #D9AD4F Rob Roy

📋 copy color: '#D9AD4F'

red 217 ◦ green 173 ◦ blue 79

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

Shades of Rob Roy #D9AD4F

Tints of Rob Roy #D9AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.89%

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

R = 46.27%
G = 36.89%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9AD4F (or 0xD9AD4F) is known color: Rob Roy. HEX triplet: D9, AD and 4F. RGB value is (217,173,79). Sum of RGB (Red+Green+Blue) = 217+173+79=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD4F is #2652B0. Grayscale: #AFAFAF. Windows color (decimal): -2511537 or 5221849. OLE color: 5221849.

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

Color convert

RGB 217 173 79 -
CMYK 0 0.20 0.64 0.15
HSL 40.87º 0.64% 0.58% -
HSV(B) 40.87º 0.64% 0.85% -
XYZ 44.97 45.2 13.75 -
YUV 175.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 217 173 79 0 0.20 0.64 0.15 40.87 0.64 0.58
Hex D9 AD 4F 0 14 40 F 29 40 3A
Octal 331 255 117 0 24 100 17 51 100 72
Binary 11011001 10101101 1001111 0 10100 1000000 1111 101001 1000000 111010

Color Harmonies of #D9AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD4F

Black with #D9AD4F

Text Example


Text Example

White with #D9AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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