#DC9D4C

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

Shades of Fire Bush #DC9D4C

Tints of Fire Bush #DC9D4C

Color information

#DC9D4C (or 0xDC9D4C) is unknown color: approx Fire Bush. HEX triplet: DC, 9D and 4C. RGB value is (220,157,76). Sum of RGB (Red+Green+Blue) = 220+157+76=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D4C is #2362B3. Grayscale: #A6A6A6. Windows color (decimal): -2319028 or 5021148. OLE color: 5021148.

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

Color convert

RGB22015776-
CMYK00.290.650.14
HSL33.75º67.29%58.04%-
HSV(B)33.75º65.45%86.27%-
XYZ42.8839.8512.27-
YUV166.676.87166.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=48.57%
G=34.66%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201577600.290.650.1433.7567.2958.04
HexDC9D4C01D41E22433a
Octal334235114035101164210372
Binary11011100100111011001100011101100000111101000101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D4C; }

 p { color: rgb(220,157,76); }

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

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

 a { background-color: rgb(220,157,76); }

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

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

 span { border-color: rgb(220,157,76); }

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