Html Css Color HEX #D9BA88 Burly Wood

📋 copy color: '#D9BA88'

red 217 ◦ green 186 ◦ blue 136

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

Shades of Burly Wood #D9BA88

Tints of Burly Wood #D9BA88

RGB

 RED value IS 217 (85.16% from 255) = 40.26%

 GREEN value IS 186 (73.05% from 255) = 34.51%

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

R = 40.26%
G = 34.51%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D9BA88 (or 0xD9BA88) is known color: Burly Wood. HEX triplet: D9, BA and 88. RGB value is (217,186,136). Sum of RGB (Red+Green+Blue) = 217+186+136=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA88 is #264577. Grayscale: #BDBDBD. Windows color (decimal): -2508152 or 8960729. OLE color: 8960729.

HSL color Cylindrical-coordinate representation of color #D9BA88: hue angle of 37.04º degrees, saturation: 0.52, 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 #D9BA88 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 136 -
CMYK 0 0.14 0.37 0.15
HSL 37.04º 0.52% 0.69% -
HSV(B) 37.04º 0.37% 0.85% -
XYZ 50.62 51.65 30.59 -
YUV 189.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 217 186 136 0 0.14 0.37 0.15 37.04 0.52 0.69
Hex D9 BA 88 0 E 25 F 25 34 45
Octal 331 272 210 0 16 45 17 45 64 105
Binary 11011001 10111010 10001000 0 1110 100101 1111 100101 110100 1000101

Color Harmonies of #D9BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA88

Black with #D9BA88

Text Example


Text Example

White with #D9BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA88; }

 p { color: rgb(217,186,136); }

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

background-color css

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

 a { background-color: rgb(217,186,136); }

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

border-color css

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

 span { border-color: rgb(217,186,136); }

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