Html Css Color HEX #D8AF57 Rob Roy

📋 copy color: '#D8AF57'

red 216 ◦ green 175 ◦ blue 87

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

Shades of Rob Roy #D8AF57

Tints of Rob Roy #D8AF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 87 (34.38% from 255) = 18.2%

R = 45.19%
G = 36.61%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D8AF57 (or 0xD8AF57) is known color: Rob Roy. HEX triplet: D8, AF and 57. RGB value is (216,175,87). Sum of RGB (Red+Green+Blue) = 216+175+87=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF57 is #2750A8. Grayscale: #B1B1B1. Windows color (decimal): -2576553 or 5746648. OLE color: 5746648.

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

Color convert

RGB 216 175 87 -
CMYK 0 0.19 0.60 0.15
HSL 40.93º 0.62% 0.59% -
HSV(B) 40.93º 0.6% 0.85% -
XYZ 45.37 45.95 15.49 -
YUV 177.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 216 175 87 0 0.19 0.60 0.15 40.93 0.62 0.59
Hex D8 AF 57 0 13 3C F 29 3E 3B
Octal 330 257 127 0 23 74 17 51 76 73
Binary 11011000 10101111 1010111 0 10011 111100 1111 101001 111110 111011

Color Harmonies of #D8AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF57

Black with #D8AF57

Text Example


Text Example

White with #D8AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF57; }

 p { color: rgb(216,175,87); }

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

background-color css

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

 a { background-color: rgb(216,175,87); }

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

border-color css

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

 span { border-color: rgb(216,175,87); }

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