Html Css Color HEX #DCBE60 Tacha

📋 copy color: '#DCBE60'

red 220 ◦ green 190 ◦ blue 96

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

Shades of Tacha #DCBE60

Tints of Tacha #DCBE60

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.55%

 BLUE value IS 96 (37.89% from 255) = 18.97%

R = 43.48%
G = 37.55%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCBE60 (or 0xDCBE60) is known color: Tacha. HEX triplet: DC, BE and 60. RGB value is (220,190,96). Sum of RGB (Red+Green+Blue) = 220+190+96=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE60 is #23419F. Grayscale: #BCBCBC. Windows color (decimal): -2310560 or 6340316. OLE color: 6340316.

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

Color convert

RGB 220 190 96 -
CMYK 0 0.14 0.56 0.14
HSL 45.48º 0.64% 0.62% -
HSV(B) 45.48º 0.56% 0.86% -
XYZ 50.04 52.89 18.64 -
YUV 188.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 220 190 96 0 0.14 0.56 0.14 45.48 0.64 0.62
Hex DC BE 60 0 E 38 E 2D 40 3E
Octal 334 276 140 0 16 70 16 55 100 76
Binary 11011100 10111110 1100000 0 1110 111000 1110 101101 1000000 111110

Color Harmonies of #DCBE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE60

Black with #DCBE60

Text Example


Text Example

White with #DCBE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE60; }

 p { color: rgb(220,190,96); }

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

background-color css

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

 a { background-color: rgb(220,190,96); }

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

border-color css

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

 span { border-color: rgb(220,190,96); }

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