Html Css Color HEX #DEC53C Wattle

📋 copy color: '#DEC53C'

red 222 ◦ green 197 ◦ blue 60

#DEC53C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #DEC53C

Tints of Wattle #DEC53C

RGB

 RED value IS 222 (87.11% from 255) = 46.35%

 GREEN value IS 197 (77.34% from 255) = 41.13%

 BLUE value IS 60 (23.83% from 255) = 12.53%

R = 46.35%
G = 41.13%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEC53C (or 0xDEC53C) is known color: Wattle. HEX triplet: DE, C5 and 3C. RGB value is (222,197,60). Sum of RGB (Red+Green+Blue) = 222+197+60=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC53C is #213AC3. Grayscale: #BDBDBD. Windows color (decimal): -2177732 or 3982814. OLE color: 3982814.

HSL color Cylindrical-coordinate representation of color #DEC53C: hue angle of 50.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEC53C is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 60 -
CMYK 0 0.11 0.73 0.13
HSL 50.74º 0.71% 0.55% -
HSV(B) 50.74º 0.73% 0.87% -
XYZ 50.91 55.79 12.36 -
YUV 188.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 222 197 60 0 0.11 0.73 0.13 50.74 0.71 0.55
Hex DE C5 3C 0 B 49 D 33 47 37
Octal 336 305 74 0 13 111 15 63 107 67
Binary 11011110 11000101 111100 0 1011 1001001 1101 110011 1000111 110111

Color Harmonies of #DEC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC53C

Black with #DEC53C

Text Example


Text Example

White with #DEC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC53C; }

 p { color: rgb(222,197,60); }

 H1.HeaderClassName
 {
   color: #DEC53C;
 }
 .AnyTagClassName
 {
   color: #DEC53C;
 }
</style>

background-color css

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

 a { background-color: rgb(222,197,60); }

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

border-color css

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

 span { border-color: rgb(222,197,60); }

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