Html Css Color HEX #DCC658 Tacha

📋 copy color: '#DCC658'

red 220 ◦ green 198 ◦ blue 88

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

Shades of Tacha #DCC658

Tints of Tacha #DCC658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.39%

R = 43.48%
G = 39.13%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCC658 (or 0xDCC658) is known color: Tacha. HEX triplet: DC, C6 and 58. RGB value is (220,198,88). Sum of RGB (Red+Green+Blue) = 220+198+88=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC658 is #2339A7. Grayscale: #C0C0C0. Windows color (decimal): -2308520 or 5818076. OLE color: 5818076.

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

Color convert

RGB 220 198 88 -
CMYK 0 0.1 0.6 0.14
HSL 50º 0.65% 0.6% -
HSV(B) 50º 0.6% 0.86% -
XYZ 51.47 56.31 17.39 -
YUV 192.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 220 198 88 0 0.1 0.6 0.14 50 0.65 0.6
Hex DC C6 58 0 A 3C E 32 41 3C
Octal 334 306 130 0 12 74 16 62 101 74
Binary 11011100 11000110 1011000 0 1010 111100 1110 110010 1000001 111100

Color Harmonies of #DCC658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC658

Black with #DCC658

Text Example


Text Example

White with #DCC658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC658; }

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

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

background-color css

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

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

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

border-color css

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

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

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