Html Css Color HEX #DDC063 Tacha

📋 copy color: '#DDC063'

red 221 ◦ green 192 ◦ blue 99

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

Shades of Tacha #DDC063

Tints of Tacha #DDC063

RGB

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

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

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

R = 43.16%
G = 37.5%
B = 19.34%

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

#DDC063 (or 0xDDC063) is known color: Tacha. HEX triplet: DD, C0 and 63. RGB value is (221,192,99). Sum of RGB (Red+Green+Blue) = 221+192+99=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC063 is #223F9C. Grayscale: #BEBEBE. Windows color (decimal): -2244509 or 6537437. OLE color: 6537437.

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

Color convert

RGB 221 192 99 -
CMYK 0 0.13 0.55 0.13
HSL 45.74º 0.64% 0.63% -
HSV(B) 45.74º 0.55% 0.87% -
XYZ 50.92 53.97 19.54 -
YUV 190.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 221 192 99 0 0.13 0.55 0.13 45.74 0.64 0.63
Hex DD C0 63 0 D 37 D 2E 40 3F
Octal 335 300 143 0 15 67 15 56 100 77
Binary 11011101 11000000 1100011 0 1101 110111 1101 101110 1000000 111111

Color Harmonies of #DDC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC063

Black with #DDC063

Text Example


Text Example

White with #DDC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC063; }

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

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

background-color css

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

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

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

border-color css

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

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

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