Html Css Color HEX #DDCA32 Wattle

📋 copy color: '#DDCA32'

red 221 ◦ green 202 ◦ blue 50

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

Shades of Wattle #DDCA32

Tints of Wattle #DDCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

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

R = 46.72%
G = 42.71%
B = 10.57%

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

#DDCA32 (or 0xDDCA32) is known color: Wattle. HEX triplet: DD, CA and 32. RGB value is (221,202,50). Sum of RGB (Red+Green+Blue) = 221+202+50=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA32 is #2235CD. Grayscale: #BEBEBE. Windows color (decimal): -2241998 or 3328733. OLE color: 3328733.

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

Color convert

RGB 221 202 50 -
CMYK 0 0.09 0.77 0.13
HSL 53.33º 0.72% 0.53% -
HSV(B) 53.33º 0.77% 0.87% -
XYZ 51.52 57.84 11.47 -
YUV 190.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 221 202 50 0 0.09 0.77 0.13 53.33 0.72 0.53
Hex DD CA 32 0 9 4D D 35 48 35
Octal 335 312 62 0 11 115 15 65 110 65
Binary 11011101 11001010 110010 0 1001 1001101 1101 110101 1001000 110101

Color Harmonies of #DDCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA32

Black with #DDCA32

Text Example


Text Example

White with #DDCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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