Html Css Color HEX #DCC75A Tacha

📋 copy color: '#DCC75A'

red 220 ◦ green 199 ◦ blue 90

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

Shades of Tacha #DCC75A

Tints of Tacha #DCC75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 43.22%
G = 39.1%
B = 17.68%

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

#DCC75A (or 0xDCC75A) is known color: Tacha. HEX triplet: DC, C7 and 5A. RGB value is (220,199,90). Sum of RGB (Red+Green+Blue) = 220+199+90=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC75A is #2338A5. Grayscale: #C1C1C1. Windows color (decimal): -2308262 or 5949404. OLE color: 5949404.

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

Color convert

RGB 220 199 90 -
CMYK 0 0.10 0.59 0.14
HSL 50.31º 0.65% 0.61% -
HSV(B) 50.31º 0.59% 0.86% -
XYZ 51.78 56.8 17.91 -
YUV 192.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 220 199 90 0 0.10 0.59 0.14 50.31 0.65 0.61
Hex DC C7 5A 0 A 3B E 32 41 3D
Octal 334 307 132 0 12 73 16 62 101 75
Binary 11011100 11000111 1011010 0 1010 111011 1110 110010 1000001 111101

Color Harmonies of #DCC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC75A

Black with #DCC75A

Text Example


Text Example

White with #DCC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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