Html Css Color HEX #DED031 Wattle

📋 copy color: '#DED031'

red 222 ◦ green 208 ◦ blue 49

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

Shades of Wattle #DED031

Tints of Wattle #DED031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

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

R = 46.35%
G = 43.42%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DED031 (or 0xDED031) is known color: Wattle. HEX triplet: DE, D0 and 31. RGB value is (222,208,49). Sum of RGB (Red+Green+Blue) = 222+208+49=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DED031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED031 is #212FCE. Grayscale: #C2C2C2. Windows color (decimal): -2174927 or 3264734. OLE color: 3264734.

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

Color convert

RGB 222 208 49 -
CMYK 0 0.06 0.78 0.13
HSL 55.14º 0.72% 0.53% -
HSV(B) 55.14º 0.78% 0.87% -
XYZ 53.23 60.86 11.85 -
YUV 194.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 222 208 49 0 0.06 0.78 0.13 55.14 0.72 0.53
Hex DE D0 31 0 6 4E D 37 48 35
Octal 336 320 61 0 6 116 15 67 110 65
Binary 11011110 11010000 110001 0 110 1001110 1101 110111 1001000 110101

Color Harmonies of #DED031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED031

Black with #DED031

Text Example


Text Example

White with #DED031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED031; }

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

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

background-color css

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

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

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

border-color css

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

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

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