Html Css Color HEX #DCBE61 Tacha

📋 copy color: '#DCBE61'

red 220 ◦ green 190 ◦ blue 97

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

Shades of Tacha #DCBE61

Tints of Tacha #DCBE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.13%

R = 43.39%
G = 37.48%
B = 19.13%

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

#DCBE61 (or 0xDCBE61) is known color: Tacha. HEX triplet: DC, BE and 61. RGB value is (220,190,97). Sum of RGB (Red+Green+Blue) = 220+190+97=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE61 is #23419E. Grayscale: #BCBCBC. Windows color (decimal): -2310559 or 6405852. OLE color: 6405852.

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

Color convert

RGB 220 190 97 -
CMYK 0 0.14 0.56 0.14
HSL 45.37º 0.64% 0.62% -
HSV(B) 45.37º 0.56% 0.86% -
XYZ 50.09 52.91 18.88 -
YUV 188.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 220 190 97 0 0.14 0.56 0.14 45.37 0.64 0.62
Hex DC BE 61 0 E 38 E 2D 40 3E
Octal 334 276 141 0 16 70 16 55 100 76
Binary 11011100 10111110 1100001 0 1110 111000 1110 101101 1000000 111110

Color Harmonies of #DCBE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE61

Black with #DCBE61

Text Example


Text Example

White with #DCBE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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