Html Css Color HEX #DCC05A Tacha

📋 copy color: '#DCC05A'

red 220 ◦ green 192 ◦ blue 90

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

Shades of Tacha #DCC05A

Tints of Tacha #DCC05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.93%

R = 43.82%
G = 38.25%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCC05A (or 0xDCC05A) is known color: Tacha. HEX triplet: DC, C0 and 5A. RGB value is (220,192,90). Sum of RGB (Red+Green+Blue) = 220+192+90=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC05A is #233FA5. Grayscale: #BDBDBD. Windows color (decimal): -2310054 or 5947612. OLE color: 5947612.

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

Color convert

RGB 220 192 90 -
CMYK 0 0.13 0.59 0.14
HSL 47.08º 0.65% 0.61% -
HSV(B) 47.08º 0.59% 0.86% -
XYZ 50.21 53.65 17.38 -
YUV 188.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 220 192 90 0 0.13 0.59 0.14 47.08 0.65 0.61
Hex DC C0 5A 0 D 3B E 2F 41 3D
Octal 334 300 132 0 15 73 16 57 101 75
Binary 11011100 11000000 1011010 0 1101 111011 1110 101111 1000001 111101

Color Harmonies of #DCC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC05A

Black with #DCC05A

Text Example


Text Example

White with #DCC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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