Html Css Color HEX #D9AC55 Rob Roy

📋 copy color: '#D9AC55'

red 217 ◦ green 172 ◦ blue 85

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

Shades of Rob Roy #D9AC55

Tints of Rob Roy #D9AC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 45.78%
G = 36.29%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D9AC55 (or 0xD9AC55) is known color: Rob Roy. HEX triplet: D9, AC and 55. RGB value is (217,172,85). Sum of RGB (Red+Green+Blue) = 217+172+85=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC55 is #2653AA. Grayscale: #AFAFAF. Windows color (decimal): -2511787 or 5614809. OLE color: 5614809.

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

Color convert

RGB 217 172 85 -
CMYK 0 0.21 0.61 0.15
HSL 39.55º 0.63% 0.59% -
HSV(B) 39.55º 0.61% 0.85% -
XYZ 45.01 44.91 14.89 -
YUV 175.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 217 172 85 0 0.21 0.61 0.15 39.55 0.63 0.59
Hex D9 AC 55 0 15 3D F 28 3F 3B
Octal 331 254 125 0 25 75 17 50 77 73
Binary 11011001 10101100 1010101 0 10101 111101 1111 101000 111111 111011

Color Harmonies of #D9AC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC55

Black with #D9AC55

Text Example


Text Example

White with #D9AC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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