Html Css Color HEX #D8A856 Rob Roy

📋 copy color: '#D8A856'

red 216 ◦ green 168 ◦ blue 86

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

Shades of Rob Roy #D8A856

Tints of Rob Roy #D8A856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 45.96%
G = 35.74%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D8A856 (or 0xD8A856) is known color: Rob Roy. HEX triplet: D8, A8 and 56. RGB value is (216,168,86). Sum of RGB (Red+Green+Blue) = 216+168+86=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A856 is #2757A9. Grayscale: #ADADAD. Windows color (decimal): -2578346 or 5679320. OLE color: 5679320.

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

Color convert

RGB 216 168 86 -
CMYK 0 0.22 0.60 0.15
HSL 37.85º 0.63% 0.59% -
HSV(B) 37.85º 0.6% 0.85% -
XYZ 44 43.28 14.84 -
YUV 173 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 216 168 86 0 0.22 0.60 0.15 37.85 0.63 0.59
Hex D8 A8 56 0 16 3C F 26 3E 3B
Octal 330 250 126 0 26 74 17 46 76 73
Binary 11011000 10101000 1010110 0 10110 111100 1111 100110 111110 111011

Color Harmonies of #D8A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A856

Black with #D8A856

Text Example


Text Example

White with #D8A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A856; }

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

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

background-color css

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

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

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

border-color css

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

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

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