Html Css Color HEX #DCC55A Tacha

📋 copy color: '#DCC55A'

red 220 ◦ green 197 ◦ blue 90

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

Shades of Tacha #DCC55A

Tints of Tacha #DCC55A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.86%

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

R = 43.39%
G = 38.86%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCC55A (or 0xDCC55A) is known color: Tacha. HEX triplet: DC, C5 and 5A. RGB value is (220,197,90). Sum of RGB (Red+Green+Blue) = 220+197+90=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC55A is #233AA5. Grayscale: #C0C0C0. Windows color (decimal): -2308774 or 5948892. OLE color: 5948892.

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

Color convert

RGB 220 197 90 -
CMYK 0 0.10 0.59 0.14
HSL 49.38º 0.65% 0.61% -
HSV(B) 49.38º 0.59% 0.86% -
XYZ 51.33 55.89 17.75 -
YUV 191.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 220 197 90 0 0.10 0.59 0.14 49.38 0.65 0.61
Hex DC C5 5A 0 A 3B E 31 41 3D
Octal 334 305 132 0 12 73 16 61 101 75
Binary 11011100 11000101 1011010 0 1010 111011 1110 110001 1000001 111101

Color Harmonies of #DCC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC55A

Black with #DCC55A

Text Example


Text Example

White with #DCC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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