Html Css Color HEX #DCC055 Tacha

📋 copy color: '#DCC055'

red 220 ◦ green 192 ◦ blue 85

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

Shades of Tacha #DCC055

Tints of Tacha #DCC055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 44.27%
G = 38.63%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCC055 (or 0xDCC055) is known color: Tacha. HEX triplet: DC, C0 and 55. RGB value is (220,192,85). Sum of RGB (Red+Green+Blue) = 220+192+85=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC055 is #233FAA. Grayscale: #BCBCBC. Windows color (decimal): -2310059 or 5619932. OLE color: 5619932.

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

Color convert

RGB 220 192 85 -
CMYK 0 0.13 0.61 0.14
HSL 47.56º 0.66% 0.6% -
HSV(B) 47.56º 0.61% 0.86% -
XYZ 50 53.57 16.3 -
YUV 188.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 220 192 85 0 0.13 0.61 0.14 47.56 0.66 0.6
Hex DC C0 55 0 D 3D E 30 42 3C
Octal 334 300 125 0 15 75 16 60 102 74
Binary 11011100 11000000 1010101 0 1101 111101 1110 110000 1000010 111100

Color Harmonies of #DCC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC055

Black with #DCC055

Text Example


Text Example

White with #DCC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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