#DECC2C

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

Shades of Broom #DECC2C

Tints of Broom #DECC2C

Color information

#DECC2C (or 0xDECC2C) is unknown color: approx Broom. HEX triplet: DE, CC and 2C. RGB value is (222,204,44). Sum of RGB (Red+Green+Blue) = 222+204+44=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC2C is #2133D3. Grayscale: #BFBFBF. Windows color (decimal): -2175956 or 2936030. OLE color: 2936030.

HSL color Cylindrical-coordinate representation of color #DECC2C: hue angle of 53.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DECC2C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22220444-
CMYK00.080.800.13
HSL53.93º72.95%52.16%-
HSV(B)53.93º80.18%87.06%-
XYZ52.1758.911-
YUV191.1444.96150.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 44 (17.58% from 255) = 9.36%
R=47.23%
G=43.40%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222044400.080.800.1353.9372.9552.16
HexDECC2C0850D364934
Octal33631454010120156611164
Binary110111101100110010110001000101000011011101101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC2C; }

 p { color: rgb(222,204,44); }

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

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

 a { background-color: rgb(222,204,44); }

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

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

 span { border-color: rgb(222,204,44); }

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