Html Css Color HEX #DEC232 Wattle

📋 copy color: '#DEC232'

red 222 ◦ green 194 ◦ blue 50

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

Shades of Wattle #DEC232

Tints of Wattle #DEC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 47.64%
G = 41.63%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEC232 (or 0xDEC232) is known color: Wattle. HEX triplet: DE, C2 and 32. RGB value is (222,194,50). Sum of RGB (Red+Green+Blue) = 222+194+50=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC232 is #213DCD. Grayscale: #BABABA. Windows color (decimal): -2178510 or 3326686. OLE color: 3326686.

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

Color convert

RGB 222 194 50 -
CMYK 0 0.13 0.77 0.13
HSL 50.23º 0.72% 0.53% -
HSV(B) 50.23º 0.77% 0.87% -
XYZ 49.99 54.34 10.87 -
YUV 185.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 222 194 50 0 0.13 0.77 0.13 50.23 0.72 0.53
Hex DE C2 32 0 D 4D D 32 48 35
Octal 336 302 62 0 15 115 15 62 110 65
Binary 11011110 11000010 110010 0 1101 1001101 1101 110010 1001000 110101

Color Harmonies of #DEC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC232

Black with #DEC232

Text Example


Text Example

White with #DEC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC232; }

 p { color: rgb(222,194,50); }

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

background-color css

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

 a { background-color: rgb(222,194,50); }

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

border-color css

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

 span { border-color: rgb(222,194,50); }

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