Html Css Color HEX #DCC15E Tacha

📋 copy color: '#DCC15E'

red 220 ◦ green 193 ◦ blue 94

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

Shades of Tacha #DCC15E

Tints of Tacha #DCC15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.54%

R = 43.39%
G = 38.07%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCC15E (or 0xDCC15E) is known color: Tacha. HEX triplet: DC, C1 and 5E. RGB value is (220,193,94). Sum of RGB (Red+Green+Blue) = 220+193+94=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC15E is #233EA1. Grayscale: #BEBEBE. Windows color (decimal): -2309794 or 6210012. OLE color: 6210012.

HSL color Cylindrical-coordinate representation of color #DCC15E: hue angle of 47.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCC15E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 94 -
CMYK 0 0.12 0.57 0.14
HSL 47.14º 0.64% 0.62% -
HSV(B) 47.14º 0.57% 0.86% -
XYZ 50.61 54.16 18.38 -
YUV 189.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 220 193 94 0 0.12 0.57 0.14 47.14 0.64 0.62
Hex DC C1 5E 0 C 39 E 2F 40 3E
Octal 334 301 136 0 14 71 16 57 100 76
Binary 11011100 11000001 1011110 0 1100 111001 1110 101111 1000000 111110

Color Harmonies of #DCC15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC15E

Black with #DCC15E

Text Example


Text Example

White with #DCC15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC15E; }

 p { color: rgb(220,193,94); }

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

background-color css

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

 a { background-color: rgb(220,193,94); }

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

border-color css

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

 span { border-color: rgb(220,193,94); }

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