Html Css Color HEX #DDC059 Tacha

📋 copy color: '#DDC059'

red 221 ◦ green 192 ◦ blue 89

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

Shades of Tacha #DDC059

Tints of Tacha #DDC059

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.25%

 BLUE value IS 89 (35.16% from 255) = 17.73%

R = 44.02%
G = 38.25%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDC059 (or 0xDDC059) is known color: Tacha. HEX triplet: DD, C0 and 59. RGB value is (221,192,89). Sum of RGB (Red+Green+Blue) = 221+192+89=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC059 is #223FA6. Grayscale: #BDBDBD. Windows color (decimal): -2244519 or 5882077. OLE color: 5882077.

HSL color Cylindrical-coordinate representation of color #DDC059: hue angle of 46.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC059 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 89 -
CMYK 0 0.13 0.60 0.13
HSL 46.82º 0.66% 0.61% -
HSV(B) 46.82º 0.6% 0.87% -
XYZ 50.47 53.79 17.17 -
YUV 188.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 221 192 89 0 0.13 0.60 0.13 46.82 0.66 0.61
Hex DD C0 59 0 D 3C D 2F 42 3D
Octal 335 300 131 0 15 74 15 57 102 75
Binary 11011101 11000000 1011001 0 1101 111100 1101 101111 1000010 111101

Color Harmonies of #DDC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC059

Black with #DDC059

Text Example


Text Example

White with #DDC059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC059; }

 p { color: rgb(221,192,89); }

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

background-color css

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

 a { background-color: rgb(221,192,89); }

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

border-color css

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

 span { border-color: rgb(221,192,89); }

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