#DCBD7D

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

Shades of Straw #DCBD7D

Tints of Straw #DCBD7D

Color information

#DCBD7D (or 0xDCBD7D) is unknown color: approx Straw. HEX triplet: DC, BD and 7D. RGB value is (220,189,125). Sum of RGB (Red+Green+Blue) = 220+189+125=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7D is #234282. Grayscale: #BFBFBF. Windows color (decimal): -2310787 or 8240604. OLE color: 8240604.

HSL color Cylindrical-coordinate representation of color #DCBD7D: hue angle of 40.42º degrees, saturation: 0.58, 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 #DCBD7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220189125-
CMYK00.140.430.14
HSL40.42º57.58%67.65%-
HSV(B)40.42º43.18%86.27%-
XYZ51.4153.0926.94-
YUV190.9790.77148.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=41.20%
G=35.39%
B=23.41%

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
Decimal22018912500.140.430.1440.4257.5867.65
HexDCBD7D0E2BE283a44
Octal33427517501653165072104
Binary110111001011110111111010111010101111101010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD7D; }

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

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

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

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

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

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

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

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