Html Css Color HEX #DDC163 Tacha

📋 copy color: '#DDC163'

red 221 ◦ green 193 ◦ blue 99

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

Shades of Tacha #DDC163

Tints of Tacha #DDC163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.3%

R = 43.08%
G = 37.62%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDC163 (or 0xDDC163) is known color: Tacha. HEX triplet: DD, C1 and 63. RGB value is (221,193,99). Sum of RGB (Red+Green+Blue) = 221+193+99=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC163 is #223E9C. Grayscale: #BFBFBF. Windows color (decimal): -2244253 or 6537693. OLE color: 6537693.

HSL color Cylindrical-coordinate representation of color #DDC163: hue angle of 46.23º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDC163 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 99 -
CMYK 0 0.13 0.55 0.13
HSL 46.23º 0.64% 0.63% -
HSV(B) 46.23º 0.55% 0.87% -
XYZ 51.14 54.41 19.61 -
YUV 190.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 221 193 99 0 0.13 0.55 0.13 46.23 0.64 0.63
Hex DD C1 63 0 D 37 D 2E 40 3F
Octal 335 301 143 0 15 67 15 56 100 77
Binary 11011101 11000001 1100011 0 1101 110111 1101 101110 1000000 111111

Color Harmonies of #DDC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC163

Black with #DDC163

Text Example


Text Example

White with #DDC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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