Html Css Color HEX #DDCA3C Wattle

📋 copy color: '#DDCA3C'

red 221 ◦ green 202 ◦ blue 60

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

Shades of Wattle #DDCA3C

Tints of Wattle #DDCA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.42%

R = 45.76%
G = 41.82%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDCA3C (or 0xDDCA3C) is known color: Wattle. HEX triplet: DD, CA and 3C. RGB value is (221,202,60). Sum of RGB (Red+Green+Blue) = 221+202+60=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA3C is #2235C3. Grayscale: #C0C0C0. Windows color (decimal): -2241988 or 3984093. OLE color: 3984093.

HSL color Cylindrical-coordinate representation of color #DDCA3C: hue angle of 52.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDCA3C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 60 -
CMYK 0 0.09 0.73 0.13
HSL 52.92º 0.7% 0.55% -
HSV(B) 52.92º 0.73% 0.87% -
XYZ 51.75 57.94 12.73 -
YUV 191.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 221 202 60 0 0.09 0.73 0.13 52.92 0.7 0.55
Hex DD CA 3C 0 9 49 D 35 46 37
Octal 335 312 74 0 11 111 15 65 106 67
Binary 11011101 11001010 111100 0 1001 1001001 1101 110101 1000110 110111

Color Harmonies of #DDCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA3C

Black with #DDCA3C

Text Example


Text Example

White with #DDCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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