Html Css Color HEX #DDC532 Wattle

📋 copy color: '#DDC532'

red 221 ◦ green 197 ◦ blue 50

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

Shades of Wattle #DDC532

Tints of Wattle #DDC532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 47.22%
G = 42.09%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDC532 (or 0xDDC532) is known color: Wattle. HEX triplet: DD, C5 and 32. RGB value is (221,197,50). Sum of RGB (Red+Green+Blue) = 221+197+50=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC532 is #223ACD. Grayscale: #BCBCBC. Windows color (decimal): -2243278 or 3327453. OLE color: 3327453.

HSL color Cylindrical-coordinate representation of color #DDC532: hue angle of 51.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDC532 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 50 -
CMYK 0 0.11 0.77 0.13
HSL 51.58º 0.72% 0.53% -
HSV(B) 51.58º 0.77% 0.87% -
XYZ 50.36 55.53 11.08 -
YUV 187.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 221 197 50 0 0.11 0.77 0.13 51.58 0.72 0.53
Hex DD C5 32 0 B 4D D 34 48 35
Octal 335 305 62 0 13 115 15 64 110 65
Binary 11011101 11000101 110010 0 1011 1001101 1101 110100 1001000 110101

Color Harmonies of #DDC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC532

Black with #DDC532

Text Example


Text Example

White with #DDC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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