Html Css Color HEX #DDC159 Tacha

📋 copy color: '#DDC159'

red 221 ◦ green 193 ◦ blue 89

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

Shades of Tacha #DDC159

Tints of Tacha #DDC159

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

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

R = 43.94%
G = 38.37%
B = 17.69%

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

#DDC159 (or 0xDDC159) is known color: Tacha. HEX triplet: DD, C1 and 59. RGB value is (221,193,89). Sum of RGB (Red+Green+Blue) = 221+193+89=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC159 is #223EA6. Grayscale: #BDBDBD. Windows color (decimal): -2244263 or 5882333. OLE color: 5882333.

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

Color convert

RGB 221 193 89 -
CMYK 0 0.13 0.60 0.13
HSL 47.27º 0.66% 0.61% -
HSV(B) 47.27º 0.6% 0.87% -
XYZ 50.69 54.23 17.25 -
YUV 189.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 221 193 89 0 0.13 0.60 0.13 47.27 0.66 0.61
Hex DD C1 59 0 D 3C D 2F 42 3D
Octal 335 301 131 0 15 74 15 57 102 75
Binary 11011101 11000001 1011001 0 1101 111100 1101 101111 1000010 111101

Color Harmonies of #DDC159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC159

Black with #DDC159

Text Example


Text Example

White with #DDC159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC159; }

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

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

background-color css

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

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

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

border-color css

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

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

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