Html Css Color HEX #D9BC88 Straw

📋 copy color: '#D9BC88'

red 217 ◦ green 188 ◦ blue 136

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

Shades of Straw #D9BC88

Tints of Straw #D9BC88

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

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

R = 40.11%
G = 34.75%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D9BC88 (or 0xD9BC88) is known color: Straw. HEX triplet: D9, BC and 88. RGB value is (217,188,136). Sum of RGB (Red+Green+Blue) = 217+188+136=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC88 is #264377. Grayscale: #BEBEBE. Windows color (decimal): -2507640 or 8961241. OLE color: 8961241.

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

Color convert

RGB 217 188 136 -
CMYK 0 0.13 0.37 0.15
HSL 38.52º 0.52% 0.69% -
HSV(B) 38.52º 0.37% 0.85% -
XYZ 51.04 52.5 30.74 -
YUV 190.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 217 188 136 0 0.13 0.37 0.15 38.52 0.52 0.69
Hex D9 BC 88 0 D 25 F 27 34 45
Octal 331 274 210 0 15 45 17 47 64 105
Binary 11011001 10111100 10001000 0 1101 100101 1111 100111 110100 1000101

Color Harmonies of #D9BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC88

Black with #D9BC88

Text Example


Text Example

White with #D9BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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