Html Css Color HEX #DEC136 Wattle

📋 copy color: '#DEC136'

red 222 ◦ green 193 ◦ blue 54

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

Shades of Wattle #DEC136

Tints of Wattle #DEC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 47.33%
G = 41.15%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DEC136 (or 0xDEC136) is known color: Wattle. HEX triplet: DE, C1 and 36. RGB value is (222,193,54). Sum of RGB (Red+Green+Blue) = 222+193+54=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC136 is #213EC9. Grayscale: #BABABA. Windows color (decimal): -2178762 or 3588574. OLE color: 3588574.

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

Color convert

RGB 222 193 54 -
CMYK 0 0.13 0.76 0.13
HSL 49.64º 0.72% 0.54% -
HSV(B) 49.64º 0.76% 0.87% -
XYZ 49.86 53.94 11.27 -
YUV 185.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 222 193 54 0 0.13 0.76 0.13 49.64 0.72 0.54
Hex DE C1 36 0 D 4C D 32 48 36
Octal 336 301 66 0 15 114 15 62 110 66
Binary 11011110 11000001 110110 0 1101 1001100 1101 110010 1001000 110110

Color Harmonies of #DEC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC136

Black with #DEC136

Text Example


Text Example

White with #DEC136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC136; }

 p { color: rgb(222,193,54); }

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

background-color css

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

 a { background-color: rgb(222,193,54); }

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

border-color css

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

 span { border-color: rgb(222,193,54); }

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