Html Css Color HEX #D8AF56 Rob Roy

📋 copy color: '#D8AF56'

red 216 ◦ green 175 ◦ blue 86

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

Shades of Rob Roy #D8AF56

Tints of Rob Roy #D8AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.03%

R = 45.28%
G = 36.69%
B = 18.03%

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

#D8AF56 (or 0xD8AF56) is known color: Rob Roy. HEX triplet: D8, AF and 56. RGB value is (216,175,86). Sum of RGB (Red+Green+Blue) = 216+175+86=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF56 is #2750A9. Grayscale: #B1B1B1. Windows color (decimal): -2576554 or 5681112. OLE color: 5681112.

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

Color convert

RGB 216 175 86 -
CMYK 0 0.19 0.60 0.15
HSL 41.08º 0.63% 0.59% -
HSV(B) 41.08º 0.6% 0.85% -
XYZ 45.33 45.93 15.28 -
YUV 177.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 216 175 86 0 0.19 0.60 0.15 41.08 0.63 0.59
Hex D8 AF 56 0 13 3C F 29 3E 3B
Octal 330 257 126 0 23 74 17 51 76 73
Binary 11011000 10101111 1010110 0 10011 111100 1111 101001 111110 111011

Color Harmonies of #D8AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF56

Black with #D8AF56

Text Example


Text Example

White with #D8AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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