Html Css Color HEX #DED037 Wattle

📋 copy color: '#DED037'

red 222 ◦ green 208 ◦ blue 55

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

Shades of Wattle #DED037

Tints of Wattle #DED037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.34%

R = 45.77%
G = 42.89%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED037 (or 0xDED037) is known color: Wattle. HEX triplet: DE, D0 and 37. RGB value is (222,208,55). Sum of RGB (Red+Green+Blue) = 222+208+55=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DED037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED037 is #212FC8. Grayscale: #C3C3C3. Windows color (decimal): -2174921 or 3657950. OLE color: 3657950.

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

Color convert

RGB 222 208 55 -
CMYK 0 0.06 0.75 0.13
HSL 54.97º 0.72% 0.54% -
HSV(B) 54.97º 0.75% 0.87% -
XYZ 53.37 60.92 12.56 -
YUV 194.74 49.14 147.44 -
System Red Green Blue C M Y K H S L
Decimal 222 208 55 0 0.06 0.75 0.13 54.97 0.72 0.54
Hex DE D0 37 0 6 4B D 37 48 36
Octal 336 320 67 0 6 113 15 67 110 66
Binary 11011110 11010000 110111 0 110 1001011 1101 110111 1001000 110110

Color Harmonies of #DED037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED037

Black with #DED037

Text Example


Text Example

White with #DED037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED037; }

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

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

background-color css

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

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

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

border-color css

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

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

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