Html Css Color HEX #DDC561 Tacha

📋 copy color: '#DDC561'

red 221 ◦ green 197 ◦ blue 97

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

Shades of Tacha #DDC561

Tints of Tacha #DDC561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 42.91%
G = 38.25%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDC561 (or 0xDDC561) is known color: Tacha. HEX triplet: DD, C5 and 61. RGB value is (221,197,97). Sum of RGB (Red+Green+Blue) = 221+197+97=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC561 is #223A9E. Grayscale: #C1C1C1. Windows color (decimal): -2243231 or 6407645. OLE color: 6407645.

HSL color Cylindrical-coordinate representation of color #DDC561: hue angle of 48.39º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC561 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 97 -
CMYK 0 0.11 0.56 0.13
HSL 48.39º 0.65% 0.62% -
HSV(B) 48.39º 0.56% 0.87% -
XYZ 51.94 56.17 19.41 -
YUV 192.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 221 197 97 0 0.11 0.56 0.13 48.39 0.65 0.62
Hex DD C5 61 0 B 38 D 30 41 3E
Octal 335 305 141 0 13 70 15 60 101 76
Binary 11011101 11000101 1100001 0 1011 111000 1101 110000 1000001 111110

Color Harmonies of #DDC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC561

Black with #DDC561

Text Example


Text Example

White with #DDC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC561; }

 p { color: rgb(221,197,97); }

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

background-color css

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

 a { background-color: rgb(221,197,97); }

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

border-color css

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

 span { border-color: rgb(221,197,97); }

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