Html Css Color HEX #DED035 Wattle

📋 copy color: '#DED035'

red 222 ◦ green 208 ◦ blue 53

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

Shades of Wattle #DED035

Tints of Wattle #DED035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.97%

R = 45.96%
G = 43.06%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DED035 (or 0xDED035) is known color: Wattle. HEX triplet: DE, D0 and 35. RGB value is (222,208,53). Sum of RGB (Red+Green+Blue) = 222+208+53=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED035 is #212FCA. Grayscale: #C3C3C3. Windows color (decimal): -2174923 or 3526878. OLE color: 3526878.

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

Color convert

RGB 222 208 53 -
CMYK 0 0.06 0.76 0.13
HSL 55.03º 0.72% 0.54% -
HSV(B) 55.03º 0.76% 0.87% -
XYZ 53.32 60.9 12.31 -
YUV 194.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 222 208 53 0 0.06 0.76 0.13 55.03 0.72 0.54
Hex DE D0 35 0 6 4C D 37 48 36
Octal 336 320 65 0 6 114 15 67 110 66
Binary 11011110 11010000 110101 0 110 1001100 1101 110111 1001000 110110

Color Harmonies of #DED035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED035

Black with #DED035

Text Example


Text Example

White with #DED035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED035; }

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

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

background-color css

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

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

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

border-color css

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

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

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