Html Css Color HEX #D9A452 Rob Roy

📋 copy color: '#D9A452'

red 217 ◦ green 164 ◦ blue 82

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

Shades of Rob Roy #D9A452

Tints of Rob Roy #D9A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 82 (32.42% from 255) = 17.71%

R = 46.87%
G = 35.42%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9A452 (or 0xD9A452) is known color: Rob Roy. HEX triplet: D9, A4 and 52. RGB value is (217,164,82). Sum of RGB (Red+Green+Blue) = 217+164+82=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A452 is #265BAD. Grayscale: #AAAAAA. Windows color (decimal): -2513838 or 5416153. OLE color: 5416153.

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

Color convert

RGB 217 164 82 -
CMYK 0 0.24 0.62 0.15
HSL 36.44º 0.64% 0.59% -
HSV(B) 36.44º 0.62% 0.85% -
XYZ 43.41 41.91 13.78 -
YUV 170.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 217 164 82 0 0.24 0.62 0.15 36.44 0.64 0.59
Hex D9 A4 52 0 18 3E F 24 40 3B
Octal 331 244 122 0 30 76 17 44 100 73
Binary 11011001 10100100 1010010 0 11000 111110 1111 100100 1000000 111011

Color Harmonies of #D9A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A452

Black with #D9A452

Text Example


Text Example

White with #D9A452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A452; }

 p { color: rgb(217,164,82); }

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

background-color css

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

 a { background-color: rgb(217,164,82); }

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

border-color css

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

 span { border-color: rgb(217,164,82); }

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