Html Css Color HEX #DCC059 Tacha

📋 copy color: '#DCC059'

red 220 ◦ green 192 ◦ blue 89

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

Shades of Tacha #DCC059

Tints of Tacha #DCC059

RGB

 RED value IS 220 (86.33% from 255) = 43.91%

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

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

R = 43.91%
G = 38.32%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCC059 (or 0xDCC059) is known color: Tacha. HEX triplet: DC, C0 and 59. RGB value is (220,192,89). Sum of RGB (Red+Green+Blue) = 220+192+89=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC059 is #233FA6. Grayscale: #BDBDBD. Windows color (decimal): -2310055 or 5882076. OLE color: 5882076.

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

Color convert

RGB 220 192 89 -
CMYK 0 0.13 0.60 0.14
HSL 47.18º 0.65% 0.61% -
HSV(B) 47.18º 0.6% 0.86% -
XYZ 50.17 53.64 17.16 -
YUV 188.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 220 192 89 0 0.13 0.60 0.14 47.18 0.65 0.61
Hex DC C0 59 0 D 3C E 2F 41 3D
Octal 334 300 131 0 15 74 16 57 101 75
Binary 11011100 11000000 1011001 0 1101 111100 1110 101111 1000001 111101

Color Harmonies of #DCC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC059

Black with #DCC059

Text Example


Text Example

White with #DCC059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC059; }

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

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

background-color css

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

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

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

border-color css

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

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

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