Html Css Color HEX #DCC15C Tacha

📋 copy color: '#DCC15C'

red 220 ◦ green 193 ◦ blue 92

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

Shades of Tacha #DCC15C

Tints of Tacha #DCC15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 43.56%
G = 38.22%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCC15C (or 0xDCC15C) is known color: Tacha. HEX triplet: DC, C1 and 5C. RGB value is (220,193,92). Sum of RGB (Red+Green+Blue) = 220+193+92=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC15C is #233EA3. Grayscale: #BDBDBD. Windows color (decimal): -2309796 or 6078940. OLE color: 6078940.

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

Color convert

RGB 220 193 92 -
CMYK 0 0.12 0.58 0.14
HSL 47.34º 0.65% 0.61% -
HSV(B) 47.34º 0.58% 0.86% -
XYZ 50.52 54.13 17.91 -
YUV 189.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 220 193 92 0 0.12 0.58 0.14 47.34 0.65 0.61
Hex DC C1 5C 0 C 3A E 2F 41 3D
Octal 334 301 134 0 14 72 16 57 101 75
Binary 11011100 11000001 1011100 0 1100 111010 1110 101111 1000001 111101

Color Harmonies of #DCC15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC15C

Black with #DCC15C

Text Example


Text Example

White with #DCC15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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