Html Css Color HEX #DCBD87 Straw

📋 copy color: '#DCBD87'

red 220 ◦ green 189 ◦ blue 135

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

Shades of Straw #DCBD87

Tints of Straw #DCBD87

RGB

 RED value IS 220 (86.33% from 255) = 40.44%

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

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

R = 40.44%
G = 34.74%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCBD87 (or 0xDCBD87) is known color: Straw. HEX triplet: DC, BD and 87. RGB value is (220,189,135). Sum of RGB (Red+Green+Blue) = 220+189+135=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD87 is #234278. Grayscale: #C0C0C0. Windows color (decimal): -2310777 or 8895964. OLE color: 8895964.

HSL color Cylindrical-coordinate representation of color #DCBD87: hue angle of 38.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCBD87 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 135 -
CMYK 0 0.14 0.39 0.14
HSL 38.12º 0.55% 0.7% -
HSV(B) 38.12º 0.39% 0.86% -
XYZ 52.09 53.36 30.48 -
YUV 192.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 220 189 135 0 0.14 0.39 0.14 38.12 0.55 0.7
Hex DC BD 87 0 E 27 E 26 37 46
Octal 334 275 207 0 16 47 16 46 67 106
Binary 11011100 10111101 10000111 0 1110 100111 1110 100110 110111 1000110

Color Harmonies of #DCBD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD87

Black with #DCBD87

Text Example


Text Example

White with #DCBD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD87; }

 p { color: rgb(220,189,135); }

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

background-color css

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

 a { background-color: rgb(220,189,135); }

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

border-color css

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

 span { border-color: rgb(220,189,135); }

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