Html Css Color HEX #DED13A Wattle

📋 copy color: '#DED13A'

red 222 ◦ green 209 ◦ blue 58

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

Shades of Wattle #DED13A

Tints of Wattle #DED13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 45.4%
G = 42.74%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DED13A (or 0xDED13A) is known color: Wattle. HEX triplet: DE, D1 and 3A. RGB value is (222,209,58). Sum of RGB (Red+Green+Blue) = 222+209+58=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DED13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED13A is #212EC5. Grayscale: #C4C4C4. Windows color (decimal): -2174662 or 3854814. OLE color: 3854814.

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

Color convert

RGB 222 209 58 -
CMYK 0 0.06 0.74 0.13
HSL 55.24º 0.71% 0.55% -
HSV(B) 55.24º 0.74% 0.87% -
XYZ 53.69 61.44 13.03 -
YUV 195.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 222 209 58 0 0.06 0.74 0.13 55.24 0.71 0.55
Hex DE D1 3A 0 6 4A D 37 47 37
Octal 336 321 72 0 6 112 15 67 107 67
Binary 11011110 11010001 111010 0 110 1001010 1101 110111 1000111 110111

Color Harmonies of #DED13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED13A

Black with #DED13A

Text Example


Text Example

White with #DED13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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