Html Css Color HEX #DDC939 Wattle

📋 copy color: '#DDC939'

red 221 ◦ green 201 ◦ blue 57

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

Shades of Wattle #DDC939

Tints of Wattle #DDC939

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

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

R = 46.14%
G = 41.96%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDC939 (or 0xDDC939) is known color: Wattle. HEX triplet: DD, C9 and 39. RGB value is (221,201,57). Sum of RGB (Red+Green+Blue) = 221+201+57=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC939 is #2236C6. Grayscale: #BFBFBF. Windows color (decimal): -2242247 or 3787229. OLE color: 3787229.

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

Color convert

RGB 221 201 57 -
CMYK 0 0.09 0.74 0.13
HSL 52.68º 0.71% 0.55% -
HSV(B) 52.68º 0.74% 0.87% -
XYZ 51.44 57.44 12.25 -
YUV 190.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 221 201 57 0 0.09 0.74 0.13 52.68 0.71 0.55
Hex DD C9 39 0 9 4A D 35 47 37
Octal 335 311 71 0 11 112 15 65 107 67
Binary 11011101 11001001 111001 0 1001 1001010 1101 110101 1000111 110111

Color Harmonies of #DDC939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC939

Black with #DDC939

Text Example


Text Example

White with #DDC939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC939; }

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

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

background-color css

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

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

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

border-color css

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

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

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