Html Css Color HEX #DCC458 Tacha

📋 copy color: '#DCC458'

red 220 ◦ green 196 ◦ blue 88

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

Shades of Tacha #DCC458

Tints of Tacha #DCC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

 BLUE value IS 88 (34.77% from 255) = 17.46%

R = 43.65%
G = 38.89%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCC458 (or 0xDCC458) is known color: Tacha. HEX triplet: DC, C4 and 58. RGB value is (220,196,88). Sum of RGB (Red+Green+Blue) = 220+196+88=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC458 is #233BA7. Grayscale: #BFBFBF. Windows color (decimal): -2309032 or 5817564. OLE color: 5817564.

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

Color convert

RGB 220 196 88 -
CMYK 0 0.11 0.6 0.14
HSL 49.09º 0.65% 0.6% -
HSV(B) 49.09º 0.6% 0.86% -
XYZ 51.02 55.4 17.24 -
YUV 190.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 220 196 88 0 0.11 0.6 0.14 49.09 0.65 0.6
Hex DC C4 58 0 B 3C E 31 41 3C
Octal 334 304 130 0 13 74 16 61 101 74
Binary 11011100 11000100 1011000 0 1011 111100 1110 110001 1000001 111100

Color Harmonies of #DCC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC458

Black with #DCC458

Text Example


Text Example

White with #DCC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC458; }

 p { color: rgb(220,196,88); }

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

background-color css

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

 a { background-color: rgb(220,196,88); }

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

border-color css

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

 span { border-color: rgb(220,196,88); }

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