Html Css Color HEX #DECD31 Wattle

📋 copy color: '#DECD31'

red 222 ◦ green 205 ◦ blue 49

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

Shades of Wattle #DECD31

Tints of Wattle #DECD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.07%

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

R = 46.64%
G = 43.07%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DECD31 (or 0xDECD31) is known color: Wattle. HEX triplet: DE, CD and 31. RGB value is (222,205,49). Sum of RGB (Red+Green+Blue) = 222+205+49=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD31 is #2132CE. Grayscale: #C0C0C0. Windows color (decimal): -2175695 or 3263966. OLE color: 3263966.

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

Color convert

RGB 222 205 49 -
CMYK 0 0.08 0.78 0.13
HSL 54.1º 0.72% 0.53% -
HSV(B) 54.1º 0.78% 0.87% -
XYZ 52.51 59.41 11.61 -
YUV 192.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 222 205 49 0 0.08 0.78 0.13 54.1 0.72 0.53
Hex DE CD 31 0 8 4E D 36 48 35
Octal 336 315 61 0 10 116 15 66 110 65
Binary 11011110 11001101 110001 0 1000 1001110 1101 110110 1001000 110101

Color Harmonies of #DECD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD31

Black with #DECD31

Text Example


Text Example

White with #DECD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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