Html Css Color HEX #D9AC51 Rob Roy

📋 copy color: '#D9AC51'

red 217 ◦ green 172 ◦ blue 81

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

Shades of Rob Roy #D9AC51

Tints of Rob Roy #D9AC51

RGB

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

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

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

R = 46.17%
G = 36.6%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9AC51 (or 0xD9AC51) is known color: Rob Roy. HEX triplet: D9, AC and 51. RGB value is (217,172,81). Sum of RGB (Red+Green+Blue) = 217+172+81=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC51 is #2653AE. Grayscale: #AFAFAF. Windows color (decimal): -2511791 or 5352665. OLE color: 5352665.

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

Color convert

RGB 217 172 81 -
CMYK 0 0.21 0.63 0.15
HSL 40.15º 0.64% 0.58% -
HSV(B) 40.15º 0.63% 0.85% -
XYZ 44.85 44.85 14.08 -
YUV 175.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 217 172 81 0 0.21 0.63 0.15 40.15 0.64 0.58
Hex D9 AC 51 0 15 3F F 28 40 3A
Octal 331 254 121 0 25 77 17 50 100 72
Binary 11011001 10101100 1010001 0 10101 111111 1111 101000 1000000 111010

Color Harmonies of #D9AC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC51

Black with #D9AC51

Text Example


Text Example

White with #D9AC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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