Html Css Color HEX #D9AE55 Rob Roy

📋 copy color: '#D9AE55'

red 217 ◦ green 174 ◦ blue 85

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

Shades of Rob Roy #D9AE55

Tints of Rob Roy #D9AE55

RGB

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

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

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

R = 45.59%
G = 36.55%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D9AE55 (or 0xD9AE55) is known color: Rob Roy. HEX triplet: D9, AE and 55. RGB value is (217,174,85). Sum of RGB (Red+Green+Blue) = 217+174+85=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE55 is #2651AA. Grayscale: #B1B1B1. Windows color (decimal): -2511275 or 5615321. OLE color: 5615321.

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

Color convert

RGB 217 174 85 -
CMYK 0 0.20 0.61 0.15
HSL 40.45º 0.63% 0.59% -
HSV(B) 40.45º 0.61% 0.85% -
XYZ 45.39 45.68 15.02 -
YUV 176.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 217 174 85 0 0.20 0.61 0.15 40.45 0.63 0.59
Hex D9 AE 55 0 14 3D F 28 3F 3B
Octal 331 256 125 0 24 75 17 50 77 73
Binary 11011001 10101110 1010101 0 10100 111101 1111 101000 111111 111011

Color Harmonies of #D9AE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE55

Black with #D9AE55

Text Example


Text Example

White with #D9AE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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