#DCB97B

Color #DCB97B Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DCB97B

Tints of Straw #DCB97B

Color information

#DCB97B (or 0xDCB97B) is unknown color: approx Straw. HEX triplet: DC, B9 and 7B. RGB value is (220,185,123). Sum of RGB (Red+Green+Blue) = 220+185+123=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB97B is #234684. Grayscale: #BCBCBC. Windows color (decimal): -2311813 or 8108508. OLE color: 8108508.

HSL color Cylindrical-coordinate representation of color #DCB97B: hue angle of 38.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCB97B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220185123-
CMYK00.160.440.14
HSL38.35º58.08%67.25%-
HSV(B)38.35º44.09%86.27%-
XYZ50.4451.3425.99-
YUV188.491.1150.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 123 (48.44% from 255) = 23.30%
R=41.67%
G=35.04%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018512300.160.440.1438.3558.0867.25
HexDCB97B0102CE263a43
Octal33427117302054164672103
Binary1101110010111001111101101000010110011101001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB97B; }

 p { color: rgb(220,185,123); }

 H1.HeaderClassName
 {
   color: #DCB97B;
 }
 .AnyTagClassName
 {
   color: #DCB97B;
 }
</style>
background-color css

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

 a { background-color: rgb(220,185,123); }

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

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

 span { border-color: rgb(220,185,123); }

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