Html Css Color HEX #DCC25D Tacha

📋 copy color: '#DCC25D'

red 220 ◦ green 194 ◦ blue 93

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

Shades of Tacha #DCC25D

Tints of Tacha #DCC25D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.26%

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 43.39%
G = 38.26%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCC25D (or 0xDCC25D) is known color: Tacha. HEX triplet: DC, C2 and 5D. RGB value is (220,194,93). Sum of RGB (Red+Green+Blue) = 220+194+93=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC25D is #233DA2. Grayscale: #BEBEBE. Windows color (decimal): -2309539 or 6144732. OLE color: 6144732.

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

Color convert

RGB 220 194 93 -
CMYK 0 0.12 0.58 0.14
HSL 47.72º 0.64% 0.61% -
HSV(B) 47.72º 0.58% 0.86% -
XYZ 50.78 54.59 18.22 -
YUV 190.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 220 194 93 0 0.12 0.58 0.14 47.72 0.64 0.61
Hex DC C2 5D 0 C 3A E 30 40 3D
Octal 334 302 135 0 14 72 16 60 100 75
Binary 11011100 11000010 1011101 0 1100 111010 1110 110000 1000000 111101

Color Harmonies of #DCC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC25D

Black with #DCC25D

Text Example


Text Example

White with #DCC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC25D; }

 p { color: rgb(220,194,93); }

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

background-color css

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

 a { background-color: rgb(220,194,93); }

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

border-color css

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

 span { border-color: rgb(220,194,93); }

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