Html Css Color HEX #D2BC88 Straw

📋 copy color: '#D2BC88'

red 210 ◦ green 188 ◦ blue 136

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

Shades of Straw #D2BC88

Tints of Straw #D2BC88

RGB

 RED value IS 210 (82.42% from 255) = 39.33%

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

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

R = 39.33%
G = 35.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D2BC88 (or 0xD2BC88) is known color: Straw. HEX triplet: D2, BC and 88. RGB value is (210,188,136). Sum of RGB (Red+Green+Blue) = 210+188+136=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC88 is #2D4377. Grayscale: #BCBCBC. Windows color (decimal): -2966392 or 8961234. OLE color: 8961234.

HSL color Cylindrical-coordinate representation of color #D2BC88: hue angle of 42.16º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2BC88 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 188 136 -
CMYK 0 0.10 0.35 0.18
HSL 42.16º 0.45% 0.68% -
HSV(B) 42.16º 0.35% 0.82% -
XYZ 49.01 51.45 30.64 -
YUV 188.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 210 188 136 0 0.10 0.35 0.18 42.16 0.45 0.68
Hex D2 BC 88 0 A 23 12 2A 2D 44
Octal 322 274 210 0 12 43 22 52 55 104
Binary 11010010 10111100 10001000 0 1010 100011 10010 101010 101101 1000100

Color Harmonies of #D2BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC88

Black with #D2BC88

Text Example


Text Example

White with #D2BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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