Html Css Color HEX #DDC237 Wattle

📋 copy color: '#DDC237'

red 221 ◦ green 194 ◦ blue 55

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

Shades of Wattle #DDC237

Tints of Wattle #DDC237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 47.02%
G = 41.28%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC237 (or 0xDDC237) is known color: Wattle. HEX triplet: DD, C2 and 37. RGB value is (221,194,55). Sum of RGB (Red+Green+Blue) = 221+194+55=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC237 is #223DC8. Grayscale: #BABABA. Windows color (decimal): -2244041 or 3654365. OLE color: 3654365.

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

Color convert

RGB 221 194 55 -
CMYK 0 0.12 0.75 0.13
HSL 50.24º 0.71% 0.54% -
HSV(B) 50.24º 0.75% 0.87% -
XYZ 49.8 54.23 11.46 -
YUV 186.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 221 194 55 0 0.12 0.75 0.13 50.24 0.71 0.54
Hex DD C2 37 0 C 4B D 32 47 36
Octal 335 302 67 0 14 113 15 62 107 66
Binary 11011101 11000010 110111 0 1100 1001011 1101 110010 1000111 110110

Color Harmonies of #DDC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC237

Black with #DDC237

Text Example


Text Example

White with #DDC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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