Html Css Color HEX #DCBE5E Tacha

📋 copy color: '#DCBE5E'

red 220 ◦ green 190 ◦ blue 94

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

Shades of Tacha #DCBE5E

Tints of Tacha #DCBE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.65%

R = 43.65%
G = 37.7%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCBE5E (or 0xDCBE5E) is known color: Tacha. HEX triplet: DC, BE and 5E. RGB value is (220,190,94). Sum of RGB (Red+Green+Blue) = 220+190+94=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE5E is #2341A1. Grayscale: #BCBCBC. Windows color (decimal): -2310562 or 6209244. OLE color: 6209244.

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

Color convert

RGB 220 190 94 -
CMYK 0 0.14 0.57 0.14
HSL 45.71º 0.64% 0.62% -
HSV(B) 45.71º 0.57% 0.86% -
XYZ 49.95 52.85 18.16 -
YUV 188.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 220 190 94 0 0.14 0.57 0.14 45.71 0.64 0.62
Hex DC BE 5E 0 E 39 E 2E 40 3E
Octal 334 276 136 0 16 71 16 56 100 76
Binary 11011100 10111110 1011110 0 1110 111001 1110 101110 1000000 111110

Color Harmonies of #DCBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE5E

Black with #DCBE5E

Text Example


Text Example

White with #DCBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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