Html Css Color HEX #DCC057 Tacha

📋 copy color: '#DCC057'

red 220 ◦ green 192 ◦ blue 87

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

Shades of Tacha #DCC057

Tints of Tacha #DCC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.48%

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

R = 44.09%
G = 38.48%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCC057 (or 0xDCC057) is known color: Tacha. HEX triplet: DC, C0 and 57. RGB value is (220,192,87). Sum of RGB (Red+Green+Blue) = 220+192+87=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC057 is #233FA8. Grayscale: #BCBCBC. Windows color (decimal): -2310057 or 5751004. OLE color: 5751004.

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

Color convert

RGB 220 192 87 -
CMYK 0 0.13 0.60 0.14
HSL 47.37º 0.66% 0.6% -
HSV(B) 47.37º 0.6% 0.86% -
XYZ 50.09 53.6 16.72 -
YUV 188.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 220 192 87 0 0.13 0.60 0.14 47.37 0.66 0.6
Hex DC C0 57 0 D 3C E 2F 42 3C
Octal 334 300 127 0 15 74 16 57 102 74
Binary 11011100 11000000 1010111 0 1101 111100 1110 101111 1000010 111100

Color Harmonies of #DCC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC057

Black with #DCC057

Text Example


Text Example

White with #DCC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC057; }

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

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

background-color css

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

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

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

border-color css

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

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

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