Html Css Color HEX #DDC537 Wattle

📋 copy color: '#DDC537'

red 221 ◦ green 197 ◦ blue 55

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

Shades of Wattle #DDC537

Tints of Wattle #DDC537

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.65%

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

R = 46.72%
G = 41.65%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC537 (or 0xDDC537) is known color: Wattle. HEX triplet: DD, C5 and 37. RGB value is (221,197,55). Sum of RGB (Red+Green+Blue) = 221+197+55=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC537 is #223AC8. Grayscale: #BCBCBC. Windows color (decimal): -2243273 or 3655133. OLE color: 3655133.

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

Color convert

RGB 221 197 55 -
CMYK 0 0.11 0.75 0.13
HSL 51.33º 0.71% 0.54% -
HSV(B) 51.33º 0.75% 0.87% -
XYZ 50.47 55.58 11.68 -
YUV 187.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 221 197 55 0 0.11 0.75 0.13 51.33 0.71 0.54
Hex DD C5 37 0 B 4B D 33 47 36
Octal 335 305 67 0 13 113 15 63 107 66
Binary 11011101 11000101 110111 0 1011 1001011 1101 110011 1000111 110110

Color Harmonies of #DDC537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC537

Black with #DDC537

Text Example


Text Example

White with #DDC537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC537; }

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

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

background-color css

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

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

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

border-color css

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

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

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