Html Css Color HEX #DCC85F Tacha

📋 copy color: '#DCC85F'

red 220 ◦ green 200 ◦ blue 95

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

Shades of Tacha #DCC85F

Tints of Tacha #DCC85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

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

R = 42.72%
G = 38.83%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCC85F (or 0xDCC85F) is known color: Tacha. HEX triplet: DC, C8 and 5F. RGB value is (220,200,95). Sum of RGB (Red+Green+Blue) = 220+200+95=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC85F is #2337A0. Grayscale: #C2C2C2. Windows color (decimal): -2308001 or 6277340. OLE color: 6277340.

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

Color convert

RGB 220 200 95 -
CMYK 0 0.09 0.57 0.14
HSL 50.4º 0.64% 0.62% -
HSV(B) 50.4º 0.57% 0.86% -
XYZ 52.24 57.35 19.14 -
YUV 194.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 220 200 95 0 0.09 0.57 0.14 50.4 0.64 0.62
Hex DC C8 5F 0 9 39 E 32 40 3E
Octal 334 310 137 0 11 71 16 62 100 76
Binary 11011100 11001000 1011111 0 1001 111001 1110 110010 1000000 111110

Color Harmonies of #DCC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC85F

Black with #DCC85F

Text Example


Text Example

White with #DCC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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