Html Css Color HEX #DDCD3C Wattle

📋 copy color: '#DDCD3C'

red 221 ◦ green 205 ◦ blue 60

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

Shades of Wattle #DDCD3C

Tints of Wattle #DDCD3C

RGB

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

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

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

R = 45.47%
G = 42.18%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDCD3C (or 0xDDCD3C) is known color: Wattle. HEX triplet: DD, CD and 3C. RGB value is (221,205,60). Sum of RGB (Red+Green+Blue) = 221+205+60=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD3C is #2232C3. Grayscale: #C1C1C1. Windows color (decimal): -2241220 or 3984861. OLE color: 3984861.

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

Color convert

RGB 221 205 60 -
CMYK 0 0.07 0.73 0.13
HSL 54.04º 0.7% 0.55% -
HSV(B) 54.04º 0.73% 0.87% -
XYZ 52.47 59.36 12.97 -
YUV 193.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 221 205 60 0 0.07 0.73 0.13 54.04 0.7 0.55
Hex DD CD 3C 0 7 49 D 36 46 37
Octal 335 315 74 0 7 111 15 66 106 67
Binary 11011101 11001101 111100 0 111 1001001 1101 110110 1000110 110111

Color Harmonies of #DDCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD3C

Black with #DDCD3C

Text Example


Text Example

White with #DDCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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