Html Css Color HEX #D2BA87 Straw

📋 copy color: '#D2BA87'

red 210 ◦ green 186 ◦ blue 135

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

Shades of Straw #D2BA87

Tints of Straw #D2BA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.42%

R = 39.55%
G = 35.03%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D2BA87 (or 0xD2BA87) is known color: Straw. HEX triplet: D2, BA and 87. RGB value is (210,186,135). Sum of RGB (Red+Green+Blue) = 210+186+135=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA87 is #2D4578. Grayscale: #BBBBBB. Windows color (decimal): -2966905 or 8895186. OLE color: 8895186.

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

Color convert

RGB 210 186 135 -
CMYK 0 0.11 0.36 0.18
HSL 40.8º 0.45% 0.68% -
HSV(B) 40.8º 0.36% 0.82% -
XYZ 48.51 50.57 30.13 -
YUV 187.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 210 186 135 0 0.11 0.36 0.18 40.8 0.45 0.68
Hex D2 BA 87 0 B 24 12 29 2D 44
Octal 322 272 207 0 13 44 22 51 55 104
Binary 11010010 10111010 10000111 0 1011 100100 10010 101001 101101 1000100

Color Harmonies of #D2BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA87

Black with #D2BA87

Text Example


Text Example

White with #D2BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA87; }

 p { color: rgb(210,186,135); }

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

background-color css

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

 a { background-color: rgb(210,186,135); }

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

border-color css

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

 span { border-color: rgb(210,186,135); }

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