Html Css Color HEX #DCC55C Tacha

📋 copy color: '#DCC55C'

red 220 ◦ green 197 ◦ blue 92

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

Shades of Tacha #DCC55C

Tints of Tacha #DCC55C

RGB

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

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

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

R = 43.22%
G = 38.7%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCC55C (or 0xDCC55C) is known color: Tacha. HEX triplet: DC, C5 and 5C. RGB value is (220,197,92). Sum of RGB (Red+Green+Blue) = 220+197+92=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC55C is #233AA3. Grayscale: #C0C0C0. Windows color (decimal): -2308772 or 6079964. OLE color: 6079964.

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

Color convert

RGB 220 197 92 -
CMYK 0 0.10 0.58 0.14
HSL 49.22º 0.65% 0.61% -
HSV(B) 49.22º 0.58% 0.86% -
XYZ 51.41 55.92 18.21 -
YUV 191.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 220 197 92 0 0.10 0.58 0.14 49.22 0.65 0.61
Hex DC C5 5C 0 A 3A E 31 41 3D
Octal 334 305 134 0 12 72 16 61 101 75
Binary 11011100 11000101 1011100 0 1010 111010 1110 110001 1000001 111101

Color Harmonies of #DCC55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC55C

Black with #DCC55C

Text Example


Text Example

White with #DCC55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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