Html Css Color HEX #DDCD32 Wattle

📋 copy color: '#DDCD32'

red 221 ◦ green 205 ◦ blue 50

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

Shades of Wattle #DDCD32

Tints of Wattle #DDCD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.07%

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

R = 46.43%
G = 43.07%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDCD32 (or 0xDDCD32) is known color: Wattle. HEX triplet: DD, CD and 32. RGB value is (221,205,50). Sum of RGB (Red+Green+Blue) = 221+205+50=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD32 is #2232CD. Grayscale: #C0C0C0. Windows color (decimal): -2241230 or 3329501. OLE color: 3329501.

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

Color convert

RGB 221 205 50 -
CMYK 0 0.07 0.77 0.13
HSL 54.39º 0.72% 0.53% -
HSV(B) 54.39º 0.77% 0.87% -
XYZ 52.23 59.27 11.7 -
YUV 192.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 221 205 50 0 0.07 0.77 0.13 54.39 0.72 0.53
Hex DD CD 32 0 7 4D D 36 48 35
Octal 335 315 62 0 7 115 15 66 110 65
Binary 11011101 11001101 110010 0 111 1001101 1101 110110 1001000 110101

Color Harmonies of #DDCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD32

Black with #DDCD32

Text Example


Text Example

White with #DDCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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