Html Css Color HEX #DCC35C Tacha

📋 copy color: '#DCC35C'

red 220 ◦ green 195 ◦ blue 92

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

Shades of Tacha #DCC35C

Tints of Tacha #DCC35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.15%

R = 43.39%
G = 38.46%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCC35C (or 0xDCC35C) is known color: Tacha. HEX triplet: DC, C3 and 5C. RGB value is (220,195,92). Sum of RGB (Red+Green+Blue) = 220+195+92=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC35C is #233CA3. Grayscale: #BFBFBF. Windows color (decimal): -2309284 or 6079452. OLE color: 6079452.

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

Color convert

RGB 220 195 92 -
CMYK 0 0.11 0.58 0.14
HSL 48.28º 0.65% 0.61% -
HSV(B) 48.28º 0.58% 0.86% -
XYZ 50.96 55.02 18.06 -
YUV 190.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 220 195 92 0 0.11 0.58 0.14 48.28 0.65 0.61
Hex DC C3 5C 0 B 3A E 30 41 3D
Octal 334 303 134 0 13 72 16 60 101 75
Binary 11011100 11000011 1011100 0 1011 111010 1110 110000 1000001 111101

Color Harmonies of #DCC35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC35C

Black with #DCC35C

Text Example


Text Example

White with #DCC35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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