Html Css Color HEX #DED033 Wattle

📋 copy color: '#DED033'

red 222 ◦ green 208 ◦ blue 51

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

Shades of Wattle #DED033

Tints of Wattle #DED033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.6%

R = 46.15%
G = 43.24%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DED033 (or 0xDED033) is known color: Wattle. HEX triplet: DE, D0 and 33. RGB value is (222,208,51). Sum of RGB (Red+Green+Blue) = 222+208+51=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED033 is #212FCC. Grayscale: #C2C2C2. Windows color (decimal): -2174925 or 3395806. OLE color: 3395806.

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

Color convert

RGB 222 208 51 -
CMYK 0 0.06 0.77 0.13
HSL 55.09º 0.72% 0.54% -
HSV(B) 55.09º 0.77% 0.87% -
XYZ 53.28 60.88 12.08 -
YUV 194.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 222 208 51 0 0.06 0.77 0.13 55.09 0.72 0.54
Hex DE D0 33 0 6 4D D 37 48 36
Octal 336 320 63 0 6 115 15 67 110 66
Binary 11011110 11010000 110011 0 110 1001101 1101 110111 1001000 110110

Color Harmonies of #DED033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED033

Black with #DED033

Text Example


Text Example

White with #DED033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED033; }

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

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

background-color css

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

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

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

border-color css

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

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

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