Html Css Color HEX #DDD032 Wattle

📋 copy color: '#DDD032'

red 221 ◦ green 208 ◦ blue 50

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

Shades of Wattle #DDD032

Tints of Wattle #DDD032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 50 (19.92% from 255) = 10.44%

R = 46.14%
G = 43.42%
B = 10.44%

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

#DDD032 (or 0xDDD032) is known color: Wattle. HEX triplet: DD, D0 and 32. RGB value is (221,208,50). Sum of RGB (Red+Green+Blue) = 221+208+50=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD032 is #222FCD. Grayscale: #C2C2C2. Windows color (decimal): -2240462 or 3330269. OLE color: 3330269.

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

Color convert

RGB 221 208 50 -
CMYK 0 0.06 0.77 0.13
HSL 55.44º 0.72% 0.53% -
HSV(B) 55.44º 0.77% 0.87% -
XYZ 52.95 60.71 11.95 -
YUV 193.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 221 208 50 0 0.06 0.77 0.13 55.44 0.72 0.53
Hex DD D0 32 0 6 4D D 37 48 35
Octal 335 320 62 0 6 115 15 67 110 65
Binary 11011101 11010000 110010 0 110 1001101 1101 110111 1001000 110101

Color Harmonies of #DDD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD032

Black with #DDD032

Text Example


Text Example

White with #DDD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD032; }

 p { color: rgb(221,208,50); }

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

background-color css

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

 a { background-color: rgb(221,208,50); }

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

border-color css

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

 span { border-color: rgb(221,208,50); }

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