Html Css Color HEX #D9AE51 Rob Roy

📋 copy color: '#D9AE51'

red 217 ◦ green 174 ◦ blue 81

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

Shades of Rob Roy #D9AE51

Tints of Rob Roy #D9AE51

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.86%

 BLUE value IS 81 (32.03% from 255) = 17.16%

R = 45.97%
G = 36.86%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9AE51 (or 0xD9AE51) is known color: Rob Roy. HEX triplet: D9, AE and 51. RGB value is (217,174,81). Sum of RGB (Red+Green+Blue) = 217+174+81=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE51 is #2651AE. Grayscale: #B0B0B0. Windows color (decimal): -2511279 or 5353177. OLE color: 5353177.

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

Color convert

RGB 217 174 81 -
CMYK 0 0.20 0.63 0.15
HSL 41.03º 0.64% 0.58% -
HSV(B) 41.03º 0.63% 0.85% -
XYZ 45.24 45.62 14.21 -
YUV 176.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 217 174 81 0 0.20 0.63 0.15 41.03 0.64 0.58
Hex D9 AE 51 0 14 3F F 29 40 3A
Octal 331 256 121 0 24 77 17 51 100 72
Binary 11011001 10101110 1010001 0 10100 111111 1111 101001 1000000 111010

Color Harmonies of #D9AE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE51

Black with #D9AE51

Text Example


Text Example

White with #D9AE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE51; }

 p { color: rgb(217,174,81); }

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

background-color css

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

 a { background-color: rgb(217,174,81); }

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

border-color css

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

 span { border-color: rgb(217,174,81); }

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