Html Css Color HEX #DCC358 Tacha

📋 copy color: '#DCC358'

red 220 ◦ green 195 ◦ blue 88

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

Shades of Tacha #DCC358

Tints of Tacha #DCC358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

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

R = 43.74%
G = 38.77%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCC358 (or 0xDCC358) is known color: Tacha. HEX triplet: DC, C3 and 58. RGB value is (220,195,88). Sum of RGB (Red+Green+Blue) = 220+195+88=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC358 is #233CA7. Grayscale: #BEBEBE. Windows color (decimal): -2309288 or 5817308. OLE color: 5817308.

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

Color convert

RGB 220 195 88 -
CMYK 0 0.11 0.6 0.14
HSL 48.64º 0.65% 0.6% -
HSV(B) 48.64º 0.6% 0.86% -
XYZ 50.79 54.95 17.16 -
YUV 190.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 220 195 88 0 0.11 0.6 0.14 48.64 0.65 0.6
Hex DC C3 58 0 B 3C E 31 41 3C
Octal 334 303 130 0 13 74 16 61 101 74
Binary 11011100 11000011 1011000 0 1011 111100 1110 110001 1000001 111100

Color Harmonies of #DCC358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC358

Black with #DCC358

Text Example


Text Example

White with #DCC358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC358; }

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

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

background-color css

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

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

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

border-color css

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

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

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