Html Css Color HEX #DCC357 Tacha

📋 copy color: '#DCC357'

red 220 ◦ green 195 ◦ blue 87

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

Shades of Tacha #DCC357

Tints of Tacha #DCC357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.33%

R = 43.82%
G = 38.84%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCC357 (or 0xDCC357) is known color: Tacha. HEX triplet: DC, C3 and 57. RGB value is (220,195,87). Sum of RGB (Red+Green+Blue) = 220+195+87=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC357 is #233CA8. Grayscale: #BEBEBE. Windows color (decimal): -2309289 or 5751772. OLE color: 5751772.

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

Color convert

RGB 220 195 87 -
CMYK 0 0.11 0.60 0.14
HSL 48.72º 0.66% 0.6% -
HSV(B) 48.72º 0.6% 0.86% -
XYZ 50.75 54.93 16.95 -
YUV 190.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 220 195 87 0 0.11 0.60 0.14 48.72 0.66 0.6
Hex DC C3 57 0 B 3C E 31 42 3C
Octal 334 303 127 0 13 74 16 61 102 74
Binary 11011100 11000011 1010111 0 1011 111100 1110 110001 1000010 111100

Color Harmonies of #DCC357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC357

Black with #DCC357

Text Example


Text Example

White with #DCC357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC357; }

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

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

background-color css

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

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

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

border-color css

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

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

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