Html Css Color HEX #D8B156 Rob Roy

📋 copy color: '#D8B156'

red 216 ◦ green 177 ◦ blue 86

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

Shades of Rob Roy #D8B156

Tints of Rob Roy #D8B156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 45.09%
G = 36.95%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D8B156 (or 0xD8B156) is known color: Rob Roy. HEX triplet: D8, B1 and 56. RGB value is (216,177,86). Sum of RGB (Red+Green+Blue) = 216+177+86=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B156 is #274EA9. Grayscale: #B2B2B2. Windows color (decimal): -2576042 or 5681624. OLE color: 5681624.

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

Color convert

RGB 216 177 86 -
CMYK 0 0.18 0.60 0.15
HSL 42º 0.63% 0.59% -
HSV(B) 42º 0.6% 0.85% -
XYZ 45.72 46.72 15.41 -
YUV 178.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 216 177 86 0 0.18 0.60 0.15 42 0.63 0.59
Hex D8 B1 56 0 12 3C F 2A 3E 3B
Octal 330 261 126 0 22 74 17 52 76 73
Binary 11011000 10110001 1010110 0 10010 111100 1111 101010 111110 111011

Color Harmonies of #D8B156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B156

Black with #D8B156

Text Example


Text Example

White with #D8B156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B156; }

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

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

background-color css

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

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

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

border-color css

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

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

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