Html Css Color HEX #D2BB88 Straw

📋 copy color: '#D2BB88'

red 210 ◦ green 187 ◦ blue 136

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

Shades of Straw #D2BB88

Tints of Straw #D2BB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

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

R = 39.4%
G = 35.08%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D2BB88 (or 0xD2BB88) is known color: Straw. HEX triplet: D2, BB and 88. RGB value is (210,187,136). Sum of RGB (Red+Green+Blue) = 210+187+136=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BB88 is #2D4477. Grayscale: #BCBCBC. Windows color (decimal): -2966648 or 8960978. OLE color: 8960978.

HSL color Cylindrical-coordinate representation of color #D2BB88: hue angle of 41.35º 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 #D2BB88 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 136 -
CMYK 0 0.11 0.35 0.18
HSL 41.35º 0.45% 0.68% -
HSV(B) 41.35º 0.35% 0.82% -
XYZ 48.79 51.02 30.57 -
YUV 188.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 210 187 136 0 0.11 0.35 0.18 41.35 0.45 0.68
Hex D2 BB 88 0 B 23 12 29 2D 44
Octal 322 273 210 0 13 43 22 51 55 104
Binary 11010010 10111011 10001000 0 1011 100011 10010 101001 101101 1000100

Color Harmonies of #D2BB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB88

Black with #D2BB88

Text Example


Text Example

White with #D2BB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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