Html Css Color HEX #DED13C Wattle

📋 copy color: '#DED13C'

red 222 ◦ green 209 ◦ blue 60

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

Shades of Wattle #DED13C

Tints of Wattle #DED13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.22%

R = 45.21%
G = 42.57%
B = 12.22%

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

#DED13C (or 0xDED13C) is known color: Wattle. HEX triplet: DE, D1 and 3C. RGB value is (222,209,60). Sum of RGB (Red+Green+Blue) = 222+209+60=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DED13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED13C is #212EC3. Grayscale: #C4C4C4. Windows color (decimal): -2174660 or 3985886. OLE color: 3985886.

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

Color convert

RGB 222 209 60 -
CMYK 0 0.06 0.73 0.13
HSL 55.19º 0.71% 0.55% -
HSV(B) 55.19º 0.73% 0.87% -
XYZ 53.74 61.46 13.3 -
YUV 195.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 222 209 60 0 0.06 0.73 0.13 55.19 0.71 0.55
Hex DE D1 3C 0 6 49 D 37 47 37
Octal 336 321 74 0 6 111 15 67 107 67
Binary 11011110 11010001 111100 0 110 1001001 1101 110111 1000111 110111

Color Harmonies of #DED13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED13C

Black with #DED13C

Text Example


Text Example

White with #DED13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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