Html Css Color HEX #D9AF56 Rob Roy

📋 copy color: '#D9AF56'

red 217 ◦ green 175 ◦ blue 86

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

Shades of Rob Roy #D9AF56

Tints of Rob Roy #D9AF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 86 (33.98% from 255) = 17.99%

R = 45.4%
G = 36.61%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D9AF56 (or 0xD9AF56) is known color: Rob Roy. HEX triplet: D9, AF and 56. RGB value is (217,175,86). Sum of RGB (Red+Green+Blue) = 217+175+86=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF56 is #2650A9. Grayscale: #B1B1B1. Windows color (decimal): -2511018 or 5681113. OLE color: 5681113.

HSL color Cylindrical-coordinate representation of color #D9AF56: hue angle of 40.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9AF56 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 86 -
CMYK 0 0.19 0.60 0.15
HSL 40.76º 0.63% 0.59% -
HSV(B) 40.76º 0.6% 0.85% -
XYZ 45.62 46.08 15.29 -
YUV 177.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 217 175 86 0 0.19 0.60 0.15 40.76 0.63 0.59
Hex D9 AF 56 0 13 3C F 29 3F 3B
Octal 331 257 126 0 23 74 17 51 77 73
Binary 11011001 10101111 1010110 0 10011 111100 1111 101001 111111 111011

Color Harmonies of #D9AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF56

Black with #D9AF56

Text Example


Text Example

White with #D9AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF56; }

 p { color: rgb(217,175,86); }

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

background-color css

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

 a { background-color: rgb(217,175,86); }

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

border-color css

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

 span { border-color: rgb(217,175,86); }

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