Html Css Color HEX #DCC95C Tacha

📋 copy color: '#DCC95C'

red 220 ◦ green 201 ◦ blue 92

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

Shades of Tacha #DCC95C

Tints of Tacha #DCC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

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

R = 42.88%
G = 39.18%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCC95C (or 0xDCC95C) is known color: Tacha. HEX triplet: DC, C9 and 5C. RGB value is (220,201,92). Sum of RGB (Red+Green+Blue) = 220+201+92=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC95C is #2336A3. Grayscale: #C2C2C2. Windows color (decimal): -2307748 or 6080988. OLE color: 6080988.

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

Color convert

RGB 220 201 92 -
CMYK 0 0.09 0.58 0.14
HSL 51.09º 0.65% 0.61% -
HSV(B) 51.09º 0.58% 0.86% -
XYZ 52.33 57.76 18.52 -
YUV 194.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 220 201 92 0 0.09 0.58 0.14 51.09 0.65 0.61
Hex DC C9 5C 0 9 3A E 33 41 3D
Octal 334 311 134 0 11 72 16 63 101 75
Binary 11011100 11001001 1011100 0 1001 111010 1110 110011 1000001 111101

Color Harmonies of #DCC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC95C

Black with #DCC95C

Text Example


Text Example

White with #DCC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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