Html Css Color HEX #DED133 Wattle

📋 copy color: '#DED133'

red 222 ◦ green 209 ◦ blue 51

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

Shades of Wattle #DED133

Tints of Wattle #DED133

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 46.06%
G = 43.36%
B = 10.58%

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

#DED133 (or 0xDED133) is known color: Wattle. HEX triplet: DE, D1 and 33. RGB value is (222,209,51). Sum of RGB (Red+Green+Blue) = 222+209+51=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DED133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED133 is #212ECC. Grayscale: #C3C3C3. Windows color (decimal): -2174669 or 3396062. OLE color: 3396062.

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

Color convert

RGB 222 209 51 -
CMYK 0 0.06 0.77 0.13
HSL 55.44º 0.72% 0.54% -
HSV(B) 55.44º 0.77% 0.87% -
XYZ 53.52 61.37 12.16 -
YUV 194.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 222 209 51 0 0.06 0.77 0.13 55.44 0.72 0.54
Hex DE D1 33 0 6 4D D 37 48 36
Octal 336 321 63 0 6 115 15 67 110 66
Binary 11011110 11010001 110011 0 110 1001101 1101 110111 1001000 110110

Color Harmonies of #DED133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED133

Black with #DED133

Text Example


Text Example

White with #DED133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED133; }

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

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

background-color css

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

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

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

border-color css

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

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

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