Html Css Color HEX #DECA31 Wattle

📋 copy color: '#DECA31'

red 222 ◦ green 202 ◦ blue 49

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

Shades of Wattle #DECA31

Tints of Wattle #DECA31

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

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

R = 46.93%
G = 42.71%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DECA31 (or 0xDECA31) is known color: Wattle. HEX triplet: DE, CA and 31. RGB value is (222,202,49). Sum of RGB (Red+Green+Blue) = 222+202+49=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA31 is #2135CE. Grayscale: #BFBFBF. Windows color (decimal): -2176463 or 3263198. OLE color: 3263198.

HSL color Cylindrical-coordinate representation of color #DECA31: hue angle of 53.06º 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 #DECA31 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 202 49 -
CMYK 0 0.09 0.78 0.13
HSL 53.06º 0.72% 0.53% -
HSV(B) 53.06º 0.78% 0.87% -
XYZ 51.8 57.99 11.37 -
YUV 190.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 222 202 49 0 0.09 0.78 0.13 53.06 0.72 0.53
Hex DE CA 31 0 9 4E D 35 48 35
Octal 336 312 61 0 11 116 15 65 110 65
Binary 11011110 11001010 110001 0 1001 1001110 1101 110101 1001000 110101

Color Harmonies of #DECA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA31

Black with #DECA31

Text Example


Text Example

White with #DECA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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