Html Css Color HEX #DDD13E Wattle

📋 copy color: '#DDD13E'

red 221 ◦ green 209 ◦ blue 62

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

Shades of Wattle #DDD13E

Tints of Wattle #DDD13E

RGB

 RED value IS 221 (86.72% from 255) = 44.92%

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

 BLUE value IS 62 (24.61% from 255) = 12.6%

R = 44.92%
G = 42.48%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDD13E (or 0xDDD13E) is known color: Wattle. HEX triplet: DD, D1 and 3E. RGB value is (221,209,62). Sum of RGB (Red+Green+Blue) = 221+209+62=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD13E is #222EC1. Grayscale: #C4C4C4. Windows color (decimal): -2240194 or 4116957. OLE color: 4116957.

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

Color convert

RGB 221 209 62 -
CMYK 0 0.05 0.72 0.13
HSL 55.47º 0.7% 0.55% -
HSV(B) 55.47º 0.72% 0.87% -
XYZ 53.49 61.32 13.57 -
YUV 195.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 221 209 62 0 0.05 0.72 0.13 55.47 0.7 0.55
Hex DD D1 3E 0 5 48 D 37 46 37
Octal 335 321 76 0 5 110 15 67 106 67
Binary 11011101 11010001 111110 0 101 1001000 1101 110111 1000110 110111

Color Harmonies of #DDD13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD13E

Black with #DDD13E

Text Example


Text Example

White with #DDD13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD13E; }

 p { color: rgb(221,209,62); }

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

background-color css

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

 a { background-color: rgb(221,209,62); }

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

border-color css

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

 span { border-color: rgb(221,209,62); }

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