Html Css Color HEX #DCC35E Tacha

📋 copy color: '#DCC35E'

red 220 ◦ green 195 ◦ blue 94

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

Shades of Tacha #DCC35E

Tints of Tacha #DCC35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.47%

R = 43.22%
G = 38.31%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCC35E (or 0xDCC35E) is known color: Tacha. HEX triplet: DC, C3 and 5E. RGB value is (220,195,94). Sum of RGB (Red+Green+Blue) = 220+195+94=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC35E is #233CA1. Grayscale: #BFBFBF. Windows color (decimal): -2309282 or 6210524. OLE color: 6210524.

HSL color Cylindrical-coordinate representation of color #DCC35E: hue angle of 48.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCC35E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 94 -
CMYK 0 0.11 0.57 0.14
HSL 48.1º 0.64% 0.62% -
HSV(B) 48.1º 0.57% 0.86% -
XYZ 51.05 55.05 18.53 -
YUV 190.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 220 195 94 0 0.11 0.57 0.14 48.1 0.64 0.62
Hex DC C3 5E 0 B 39 E 30 40 3E
Octal 334 303 136 0 13 71 16 60 100 76
Binary 11011100 11000011 1011110 0 1011 111001 1110 110000 1000000 111110

Color Harmonies of #DCC35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC35E

Black with #DCC35E

Text Example


Text Example

White with #DCC35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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