Html Css Color HEX #D8B888 Burly Wood

📋 copy color: '#D8B888'

red 216 ◦ green 184 ◦ blue 136

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

Shades of Burly Wood #D8B888

Tints of Burly Wood #D8B888

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

 BLUE value IS 136 (53.52% from 255) = 25.37%

R = 40.3%
G = 34.33%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D8B888 (or 0xD8B888) is known color: Burly Wood. HEX triplet: D8, B8 and 88. RGB value is (216,184,136). Sum of RGB (Red+Green+Blue) = 216+184+136=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B888 is #274777. Grayscale: #BCBCBC. Windows color (decimal): -2574200 or 8960216. OLE color: 8960216.

HSL color Cylindrical-coordinate representation of color #D8B888: hue angle of 36º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8B888 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 184 136 -
CMYK 0 0.15 0.37 0.15
HSL 36º 0.51% 0.69% -
HSV(B) 36º 0.37% 0.85% -
XYZ 49.9 50.66 30.44 -
YUV 188.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 216 184 136 0 0.15 0.37 0.15 36 0.51 0.69
Hex D8 B8 88 0 F 25 F 24 33 45
Octal 330 270 210 0 17 45 17 44 63 105
Binary 11011000 10111000 10001000 0 1111 100101 1111 100100 110011 1000101

Color Harmonies of #D8B888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B888

Black with #D8B888

Text Example


Text Example

White with #D8B888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B888; }

 p { color: rgb(216,184,136); }

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

background-color css

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

 a { background-color: rgb(216,184,136); }

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

border-color css

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

 span { border-color: rgb(216,184,136); }

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