Html Css Color HEX #DDC937 Wattle

📋 copy color: '#DDC937'

red 221 ◦ green 201 ◦ blue 55

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

Shades of Wattle #DDC937

Tints of Wattle #DDC937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.53%

R = 46.33%
G = 42.14%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC937 (or 0xDDC937) is known color: Wattle. HEX triplet: DD, C9 and 37. RGB value is (221,201,55). Sum of RGB (Red+Green+Blue) = 221+201+55=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 55 (21.88% from 255 or 11.53% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC937 is #2236C8. Grayscale: #BEBEBE. Windows color (decimal): -2242249 or 3656157. OLE color: 3656157.

HSL color Cylindrical-coordinate representation of color #DDC937: hue angle of 52.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDC937 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 55 -
CMYK 0 0.09 0.75 0.13
HSL 52.77º 0.71% 0.54% -
HSV(B) 52.77º 0.75% 0.87% -
XYZ 51.4 57.42 11.99 -
YUV 190.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 221 201 55 0 0.09 0.75 0.13 52.77 0.71 0.54
Hex DD C9 37 0 9 4B D 35 47 36
Octal 335 311 67 0 11 113 15 65 107 66
Binary 11011101 11001001 110111 0 1001 1001011 1101 110101 1000111 110110

Color Harmonies of #DDC937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC937

Black with #DDC937

Text Example


Text Example

White with #DDC937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC937; }

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

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

background-color css

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

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

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

border-color css

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

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

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