Html Css Color HEX #DED134 Wattle

📋 copy color: '#DED134'

red 222 ◦ green 209 ◦ blue 52

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

Shades of Wattle #DED134

Tints of Wattle #DED134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 45.96%
G = 43.27%
B = 10.77%

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

#DED134 (or 0xDED134) is known color: Wattle. HEX triplet: DE, D1 and 34. RGB value is (222,209,52). Sum of RGB (Red+Green+Blue) = 222+209+52=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED134 is #212ECB. Grayscale: #C3C3C3. Windows color (decimal): -2174668 or 3461598. OLE color: 3461598.

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

Color convert

RGB 222 209 52 -
CMYK 0 0.06 0.77 0.13
HSL 55.41º 0.72% 0.54% -
HSV(B) 55.41º 0.77% 0.87% -
XYZ 53.54 61.38 12.27 -
YUV 194.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 222 209 52 0 0.06 0.77 0.13 55.41 0.72 0.54
Hex DE D1 34 0 6 4D D 37 48 36
Octal 336 321 64 0 6 115 15 67 110 66
Binary 11011110 11010001 110100 0 110 1001101 1101 110111 1001000 110110

Color Harmonies of #DED134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED134

Black with #DED134

Text Example


Text Example

White with #DED134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED134; }

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

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

background-color css

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

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

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

border-color css

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

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

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