Html Css Color HEX #DDC932 Wattle

📋 copy color: '#DDC932'

red 221 ◦ green 201 ◦ blue 50

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

Shades of Wattle #DDC932

Tints of Wattle #DDC932

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

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

R = 46.82%
G = 42.58%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDC932 (or 0xDDC932) is known color: Wattle. HEX triplet: DD, C9 and 32. RGB value is (221,201,50). Sum of RGB (Red+Green+Blue) = 221+201+50=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC932 is #2236CD. Grayscale: #BEBEBE. Windows color (decimal): -2242254 or 3328477. OLE color: 3328477.

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

Color convert

RGB 221 201 50 -
CMYK 0 0.09 0.77 0.13
HSL 52.98º 0.72% 0.53% -
HSV(B) 52.98º 0.77% 0.87% -
XYZ 51.28 57.38 11.39 -
YUV 189.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 221 201 50 0 0.09 0.77 0.13 52.98 0.72 0.53
Hex DD C9 32 0 9 4D D 35 48 35
Octal 335 311 62 0 11 115 15 65 110 65
Binary 11011101 11001001 110010 0 1001 1001101 1101 110101 1001000 110101

Color Harmonies of #DDC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC932

Black with #DDC932

Text Example


Text Example

White with #DDC932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC932; }

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

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

background-color css

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

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

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

border-color css

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

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

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