Html Css Color HEX #DDD039 Wattle

📋 copy color: '#DDD039'

red 221 ◦ green 208 ◦ blue 57

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

Shades of Wattle #DDD039

Tints of Wattle #DDD039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.73%

R = 45.47%
G = 42.8%
B = 11.73%

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

#DDD039 (or 0xDDD039) is known color: Wattle. HEX triplet: DD, D0 and 39. RGB value is (221,208,57). Sum of RGB (Red+Green+Blue) = 221+208+57=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD039 is #222FC6. Grayscale: #C3C3C3. Windows color (decimal): -2240455 or 3789021. OLE color: 3789021.

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

Color convert

RGB 221 208 57 -
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.11 60.78 12.8 -
YUV 194.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 221 208 57 0 0.06 0.74 0.13 55.24 0.71 0.55
Hex DD D0 39 0 6 4A D 37 47 37
Octal 335 320 71 0 6 112 15 67 107 67
Binary 11011101 11010000 111001 0 110 1001010 1101 110111 1000111 110111

Color Harmonies of #DDD039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD039

Black with #DDD039

Text Example


Text Example

White with #DDD039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD039; }

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

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

background-color css

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

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

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

border-color css

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

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

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