Html Css Color HEX #D8B885 Burly Wood

📋 copy color: '#D8B885'

red 216 ◦ green 184 ◦ blue 133

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

Shades of Burly Wood #D8B885

Tints of Burly Wood #D8B885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.95%

R = 40.53%
G = 34.52%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8B885 (or 0xD8B885) is known color: Burly Wood. HEX triplet: D8, B8 and 85. RGB value is (216,184,133). Sum of RGB (Red+Green+Blue) = 216+184+133=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B885 is #27477A. Grayscale: #BBBBBB. Windows color (decimal): -2574203 or 8763608. OLE color: 8763608.

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

Color convert

RGB 216 184 133 -
CMYK 0 0.15 0.38 0.15
HSL 36.87º 0.52% 0.68% -
HSV(B) 36.87º 0.38% 0.85% -
XYZ 49.69 50.57 29.33 -
YUV 187.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 216 184 133 0 0.15 0.38 0.15 36.87 0.52 0.68
Hex D8 B8 85 0 F 26 F 25 34 44
Octal 330 270 205 0 17 46 17 45 64 104
Binary 11011000 10111000 10000101 0 1111 100110 1111 100101 110100 1000100

Color Harmonies of #D8B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B885

Black with #D8B885

Text Example


Text Example

White with #D8B885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B885; }

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

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

background-color css

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

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

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

border-color css

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

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

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