Html Css Color HEX #DCC35A Tacha

📋 copy color: '#DCC35A'

red 220 ◦ green 195 ◦ blue 90

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

Shades of Tacha #DCC35A

Tints of Tacha #DCC35A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.61%

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

R = 43.56%
G = 38.61%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCC35A (or 0xDCC35A) is known color: Tacha. HEX triplet: DC, C3 and 5A. RGB value is (220,195,90). Sum of RGB (Red+Green+Blue) = 220+195+90=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC35A is #233CA5. Grayscale: #BEBEBE. Windows color (decimal): -2309286 or 5948380. OLE color: 5948380.

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

Color convert

RGB 220 195 90 -
CMYK 0 0.11 0.59 0.14
HSL 48.46º 0.65% 0.61% -
HSV(B) 48.46º 0.59% 0.86% -
XYZ 50.88 54.98 17.6 -
YUV 190.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 220 195 90 0 0.11 0.59 0.14 48.46 0.65 0.61
Hex DC C3 5A 0 B 3B E 30 41 3D
Octal 334 303 132 0 13 73 16 60 101 75
Binary 11011100 11000011 1011010 0 1011 111011 1110 110000 1000001 111101

Color Harmonies of #DCC35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC35A

Black with #DCC35A

Text Example


Text Example

White with #DCC35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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