Html Css Color HEX #D8AA4B Rob Roy

📋 copy color: '#D8AA4B'

red 216 ◦ green 170 ◦ blue 75

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

Shades of Rob Roy #D8AA4B

Tints of Rob Roy #D8AA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 46.85%
G = 36.88%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AA4B (or 0xD8AA4B) is known color: Rob Roy. HEX triplet: D8, AA and 4B. RGB value is (216,170,75). Sum of RGB (Red+Green+Blue) = 216+170+75=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA4B is #2755B4. Grayscale: #ADADAD. Windows color (decimal): -2577845 or 4958936. OLE color: 4958936.

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

Color convert

RGB 216 170 75 -
CMYK 0 0.21 0.65 0.15
HSL 40.43º 0.64% 0.57% -
HSV(B) 40.43º 0.65% 0.85% -
XYZ 43.96 43.86 12.8 -
YUV 172.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 216 170 75 0 0.21 0.65 0.15 40.43 0.64 0.57
Hex D8 AA 4B 0 15 41 F 28 40 39
Octal 330 252 113 0 25 101 17 50 100 71
Binary 11011000 10101010 1001011 0 10101 1000001 1111 101000 1000000 111001

Color Harmonies of #D8AA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA4B

Black with #D8AA4B

Text Example


Text Example

White with #D8AA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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