Html Css Color HEX #DDC533 Wattle

📋 copy color: '#DDC533'

red 221 ◦ green 197 ◦ blue 51

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

Shades of Wattle #DDC533

Tints of Wattle #DDC533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.87%

R = 47.12%
G = 42%
B = 10.87%

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

#DDC533 (or 0xDDC533) is known color: Wattle. HEX triplet: DD, C5 and 33. RGB value is (221,197,51). Sum of RGB (Red+Green+Blue) = 221+197+51=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC533 is #223ACC. Grayscale: #BCBCBC. Windows color (decimal): -2243277 or 3392989. OLE color: 3392989.

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

Color convert

RGB 221 197 51 -
CMYK 0 0.11 0.77 0.13
HSL 51.53º 0.71% 0.53% -
HSV(B) 51.53º 0.77% 0.87% -
XYZ 50.38 55.54 11.2 -
YUV 187.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 221 197 51 0 0.11 0.77 0.13 51.53 0.71 0.53
Hex DD C5 33 0 B 4D D 34 47 35
Octal 335 305 63 0 13 115 15 64 107 65
Binary 11011101 11000101 110011 0 1011 1001101 1101 110100 1000111 110101

Color Harmonies of #DDC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC533

Black with #DDC533

Text Example


Text Example

White with #DDC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC533; }

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

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

background-color css

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

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

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

border-color css

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

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

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