Html Css Color HEX #DCC65C Tacha

📋 copy color: '#DCC65C'

red 220 ◦ green 198 ◦ blue 92

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

Shades of Tacha #DCC65C

Tints of Tacha #DCC65C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.82%

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

R = 43.14%
G = 38.82%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCC65C (or 0xDCC65C) is known color: Tacha. HEX triplet: DC, C6 and 5C. RGB value is (220,198,92). Sum of RGB (Red+Green+Blue) = 220+198+92=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC65C is #2339A3. Grayscale: #C0C0C0. Windows color (decimal): -2308516 or 6080220. OLE color: 6080220.

HSL color Cylindrical-coordinate representation of color #DCC65C: hue angle of 49.69º 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 #DCC65C is Cyan = 0, Magento = 0.1, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 92 -
CMYK 0 0.1 0.58 0.14
HSL 49.69º 0.65% 0.61% -
HSV(B) 49.69º 0.58% 0.86% -
XYZ 51.64 56.38 18.29 -
YUV 192.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 220 198 92 0 0.1 0.58 0.14 49.69 0.65 0.61
Hex DC C6 5C 0 A 3A E 32 41 3D
Octal 334 306 134 0 12 72 16 62 101 75
Binary 11011100 11000110 1011100 0 1010 111010 1110 110010 1000001 111101

Color Harmonies of #DCC65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC65C

Black with #DCC65C

Text Example


Text Example

White with #DCC65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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