Html Css Color HEX #DED13D Wattle

📋 copy color: '#DED13D'

red 222 ◦ green 209 ◦ blue 61

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

Shades of Wattle #DED13D

Tints of Wattle #DED13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.4%

R = 45.12%
G = 42.48%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED13D (or 0xDED13D) is known color: Wattle. HEX triplet: DE, D1 and 3D. RGB value is (222,209,61). Sum of RGB (Red+Green+Blue) = 222+209+61=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DED13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED13D is #212EC2. Grayscale: #C4C4C4. Windows color (decimal): -2174659 or 4051422. OLE color: 4051422.

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

Color convert

RGB 222 209 61 -
CMYK 0 0.06 0.73 0.13
HSL 55.16º 0.71% 0.55% -
HSV(B) 55.16º 0.73% 0.87% -
XYZ 53.77 61.47 13.45 -
YUV 196.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 222 209 61 0 0.06 0.73 0.13 55.16 0.71 0.55
Hex DE D1 3D 0 6 49 D 37 47 37
Octal 336 321 75 0 6 111 15 67 107 67
Binary 11011110 11010001 111101 0 110 1001001 1101 110111 1000111 110111

Color Harmonies of #DED13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED13D

Black with #DED13D

Text Example


Text Example

White with #DED13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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