Html Css Color HEX #D8AA4D Rob Roy

📋 copy color: '#D8AA4D'

red 216 ◦ green 170 ◦ blue 77

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

Shades of Rob Roy #D8AA4D

Tints of Rob Roy #D8AA4D

RGB

 RED value IS 216 (84.77% from 255) = 46.65%

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 46.65%
G = 36.72%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8AA4D (or 0xD8AA4D) is known color: Rob Roy. HEX triplet: D8, AA and 4D. RGB value is (216,170,77). Sum of RGB (Red+Green+Blue) = 216+170+77=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA4D is #2755B2. Grayscale: #ADADAD. Windows color (decimal): -2577843 or 5090008. OLE color: 5090008.

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

Color convert

RGB 216 170 77 -
CMYK 0 0.21 0.64 0.15
HSL 40.14º 0.64% 0.57% -
HSV(B) 40.14º 0.64% 0.85% -
XYZ 44.03 43.88 13.17 -
YUV 173.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 216 170 77 0 0.21 0.64 0.15 40.14 0.64 0.57
Hex D8 AA 4D 0 15 40 F 28 40 39
Octal 330 252 115 0 25 100 17 50 100 71
Binary 11011000 10101010 1001101 0 10101 1000000 1111 101000 1000000 111001

Color Harmonies of #D8AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA4D

Black with #D8AA4D

Text Example


Text Example

White with #D8AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA4D; }

 p { color: rgb(216,170,77); }

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

background-color css

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

 a { background-color: rgb(216,170,77); }

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

border-color css

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

 span { border-color: rgb(216,170,77); }

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