Html Css Color HEX #DCC154 Tacha

📋 copy color: '#DCC154'

red 220 ◦ green 193 ◦ blue 84

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

Shades of Tacha #DCC154

Tints of Tacha #DCC154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

 BLUE value IS 84 (33.2% from 255) = 16.9%

R = 44.27%
G = 38.83%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC154 (or 0xDCC154) is known color: Tacha. HEX triplet: DC, C1 and 54. RGB value is (220,193,84). Sum of RGB (Red+Green+Blue) = 220+193+84=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC154 is #233EAB. Grayscale: #BDBDBD. Windows color (decimal): -2309804 or 5554652. OLE color: 5554652.

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

Color convert

RGB 220 193 84 -
CMYK 0 0.12 0.62 0.14
HSL 48.09º 0.66% 0.6% -
HSV(B) 48.09º 0.62% 0.86% -
XYZ 50.19 54 16.16 -
YUV 188.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 220 193 84 0 0.12 0.62 0.14 48.09 0.66 0.6
Hex DC C1 54 0 C 3E E 30 42 3C
Octal 334 301 124 0 14 76 16 60 102 74
Binary 11011100 11000001 1010100 0 1100 111110 1110 110000 1000010 111100

Color Harmonies of #DCC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC154

Black with #DCC154

Text Example


Text Example

White with #DCC154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC154; }

 p { color: rgb(220,193,84); }

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

background-color css

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

 a { background-color: rgb(220,193,84); }

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

border-color css

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

 span { border-color: rgb(220,193,84); }

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