Html Css Color HEX #DDC259 Tacha

📋 copy color: '#DDC259'

red 221 ◦ green 194 ◦ blue 89

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

Shades of Tacha #DDC259

Tints of Tacha #DDC259

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 43.85%
G = 38.49%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDC259 (or 0xDDC259) is known color: Tacha. HEX triplet: DD, C2 and 59. RGB value is (221,194,89). Sum of RGB (Red+Green+Blue) = 221+194+89=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC259 is #223DA6. Grayscale: #BEBEBE. Windows color (decimal): -2244007 or 5882589. OLE color: 5882589.

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

Color convert

RGB 221 194 89 -
CMYK 0 0.12 0.60 0.13
HSL 47.73º 0.66% 0.61% -
HSV(B) 47.73º 0.6% 0.87% -
XYZ 50.91 54.68 17.32 -
YUV 190.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 221 194 89 0 0.12 0.60 0.13 47.73 0.66 0.61
Hex DD C2 59 0 C 3C D 30 42 3D
Octal 335 302 131 0 14 74 15 60 102 75
Binary 11011101 11000010 1011001 0 1100 111100 1101 110000 1000010 111101

Color Harmonies of #DDC259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC259

Black with #DDC259

Text Example


Text Example

White with #DDC259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC259; }

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

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

background-color css

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

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

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

border-color css

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

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

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