Html Css Color HEX #DEC52F Wattle

📋 copy color: '#DEC52F'

red 222 ◦ green 197 ◦ blue 47

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

Shades of Wattle #DEC52F

Tints of Wattle #DEC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 47.64%
G = 42.27%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEC52F (or 0xDEC52F) is known color: Wattle. HEX triplet: DE, C5 and 2F. RGB value is (222,197,47). Sum of RGB (Red+Green+Blue) = 222+197+47=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC52F is #213AD0. Grayscale: #BBBBBB. Windows color (decimal): -2177745 or 3130846. OLE color: 3130846.

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

Color convert

RGB 222 197 47 -
CMYK 0 0.11 0.79 0.13
HSL 51.43º 0.73% 0.53% -
HSV(B) 51.43º 0.79% 0.87% -
XYZ 50.6 55.67 10.77 -
YUV 187.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 222 197 47 0 0.11 0.79 0.13 51.43 0.73 0.53
Hex DE C5 2F 0 B 4F D 33 49 35
Octal 336 305 57 0 13 117 15 63 111 65
Binary 11011110 11000101 101111 0 1011 1001111 1101 110011 1001001 110101

Color Harmonies of #DEC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC52F

Black with #DEC52F

Text Example


Text Example

White with #DEC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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