#DCBD7E

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

Shades of Straw #DCBD7E

Tints of Straw #DCBD7E

Color information

#DCBD7E (or 0xDCBD7E) is unknown color: approx Straw. HEX triplet: DC, BD and 7E. RGB value is (220,189,126). Sum of RGB (Red+Green+Blue) = 220+189+126=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7E is #234281. Grayscale: #BFBFBF. Windows color (decimal): -2310786 or 8306140. OLE color: 8306140.

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

Color convert

RGB220189126-
CMYK00.140.430.14
HSL40.21º57.32%67.84%-
HSV(B)40.21º42.73%86.27%-
XYZ51.4853.1227.28-
YUV191.0991.27148.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 126 (49.61% from 255) = 23.55%
R=41.12%
G=35.33%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018912600.140.430.1440.2157.3267.84
HexDCBD7E0E2BE283944
Octal33427517601653165071104
Binary110111001011110111111100111010101111101010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD7E; }

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

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

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

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

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

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

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

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