Html Css Color HEX #DDC732 Wattle

📋 copy color: '#DDC732'

red 221 ◦ green 199 ◦ blue 50

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

Shades of Wattle #DDC732

Tints of Wattle #DDC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.34%

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

R = 47.02%
G = 42.34%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDC732 (or 0xDDC732) is known color: Wattle. HEX triplet: DD, C7 and 32. RGB value is (221,199,50). Sum of RGB (Red+Green+Blue) = 221+199+50=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC732 is #2238CD. Grayscale: #BDBDBD. Windows color (decimal): -2242766 or 3327965. OLE color: 3327965.

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

Color convert

RGB 221 199 50 -
CMYK 0 0.10 0.77 0.13
HSL 52.28º 0.72% 0.53% -
HSV(B) 52.28º 0.77% 0.87% -
XYZ 50.82 56.45 11.24 -
YUV 188.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 221 199 50 0 0.10 0.77 0.13 52.28 0.72 0.53
Hex DD C7 32 0 A 4D D 34 48 35
Octal 335 307 62 0 12 115 15 64 110 65
Binary 11011101 11000111 110010 0 1010 1001101 1101 110100 1001000 110101

Color Harmonies of #DDC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC732

Black with #DDC732

Text Example


Text Example

White with #DDC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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