Html Css Color HEX #D9BD8D Burly Wood

📋 copy color: '#D9BD8D'

red 217 ◦ green 189 ◦ blue 141

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

Shades of Burly Wood #D9BD8D

Tints of Burly Wood #D9BD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.55%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 39.67%
G = 34.55%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9BD8D (or 0xD9BD8D) is known color: Burly Wood. HEX triplet: D9, BD and 8D. RGB value is (217,189,141). Sum of RGB (Red+Green+Blue) = 217+189+141=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD8D is #264272. Grayscale: #C0C0C0. Windows color (decimal): -2507379 or 9289177. OLE color: 9289177.

HSL color Cylindrical-coordinate representation of color #D9BD8D: hue angle of 37.89º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9BD8D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 141 -
CMYK 0 0.13 0.35 0.15
HSL 37.89º 0.5% 0.7% -
HSV(B) 37.89º 0.35% 0.85% -
XYZ 51.62 53.07 32.72 -
YUV 191.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 217 189 141 0 0.13 0.35 0.15 37.89 0.5 0.7
Hex D9 BD 8D 0 D 23 F 26 32 46
Octal 331 275 215 0 15 43 17 46 62 106
Binary 11011001 10111101 10001101 0 1101 100011 1111 100110 110010 1000110

Color Harmonies of #D9BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD8D

Black with #D9BD8D

Text Example


Text Example

White with #D9BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD8D; }

 p { color: rgb(217,189,141); }

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

background-color css

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

 a { background-color: rgb(217,189,141); }

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

border-color css

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

 span { border-color: rgb(217,189,141); }

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