Html Css Color HEX #DCC65F Tacha

📋 copy color: '#DCC65F'

red 220 ◦ green 198 ◦ blue 95

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

Shades of Tacha #DCC65F

Tints of Tacha #DCC65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.52%

R = 42.88%
G = 38.6%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCC65F (or 0xDCC65F) is known color: Tacha. HEX triplet: DC, C6 and 5F. RGB value is (220,198,95). Sum of RGB (Red+Green+Blue) = 220+198+95=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC65F is #2339A0. Grayscale: #C1C1C1. Windows color (decimal): -2308513 or 6276828. OLE color: 6276828.

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

Color convert

RGB 220 198 95 -
CMYK 0 0.1 0.57 0.14
HSL 49.44º 0.64% 0.62% -
HSV(B) 49.44º 0.57% 0.86% -
XYZ 51.77 56.43 18.99 -
YUV 192.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 220 198 95 0 0.1 0.57 0.14 49.44 0.64 0.62
Hex DC C6 5F 0 A 39 E 31 40 3E
Octal 334 306 137 0 12 71 16 61 100 76
Binary 11011100 11000110 1011111 0 1010 111001 1110 110001 1000000 111110

Color Harmonies of #DCC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC65F

Black with #DCC65F

Text Example


Text Example

White with #DCC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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