Html Css Color HEX #DEC431 Wattle

📋 copy color: '#DEC431'

red 222 ◦ green 196 ◦ blue 49

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

Shades of Wattle #DEC431

Tints of Wattle #DEC431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 47.54%
G = 41.97%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEC431 (or 0xDEC431) is known color: Wattle. HEX triplet: DE, C4 and 31. RGB value is (222,196,49). Sum of RGB (Red+Green+Blue) = 222+196+49=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC431 is #213BCE. Grayscale: #BBBBBB. Windows color (decimal): -2177999 or 3261662. OLE color: 3261662.

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

Color convert

RGB 222 196 49 -
CMYK 0 0.12 0.78 0.13
HSL 50.98º 0.72% 0.53% -
HSV(B) 50.98º 0.78% 0.87% -
XYZ 50.42 55.23 10.91 -
YUV 187.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 222 196 49 0 0.12 0.78 0.13 50.98 0.72 0.53
Hex DE C4 31 0 C 4E D 33 48 35
Octal 336 304 61 0 14 116 15 63 110 65
Binary 11011110 11000100 110001 0 1100 1001110 1101 110011 1001000 110101

Color Harmonies of #DEC431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC431

Black with #DEC431

Text Example


Text Example

White with #DEC431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC431; }

 p { color: rgb(222,196,49); }

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

background-color css

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

 a { background-color: rgb(222,196,49); }

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

border-color css

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

 span { border-color: rgb(222,196,49); }

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