Html Css Color HEX #D8AC56 Rob Roy

📋 copy color: '#D8AC56'

red 216 ◦ green 172 ◦ blue 86

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

Shades of Rob Roy #D8AC56

Tints of Rob Roy #D8AC56

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 45.57%
G = 36.29%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D8AC56 (or 0xD8AC56) is known color: Rob Roy. HEX triplet: D8, AC and 56. RGB value is (216,172,86). Sum of RGB (Red+Green+Blue) = 216+172+86=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC56 is #2753A9. Grayscale: #AFAFAF. Windows color (decimal): -2577322 or 5680344. OLE color: 5680344.

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

Color convert

RGB 216 172 86 -
CMYK 0 0.20 0.60 0.15
HSL 39.69º 0.63% 0.59% -
HSV(B) 39.69º 0.6% 0.85% -
XYZ 44.75 44.78 15.09 -
YUV 175.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 216 172 86 0 0.20 0.60 0.15 39.69 0.63 0.59
Hex D8 AC 56 0 14 3C F 28 3E 3B
Octal 330 254 126 0 24 74 17 50 76 73
Binary 11011000 10101100 1010110 0 10100 111100 1111 101000 111110 111011

Color Harmonies of #D8AC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC56

Black with #D8AC56

Text Example


Text Example

White with #D8AC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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