Html Css Color HEX #DCBE5D Tacha

📋 copy color: '#DCBE5D'

red 220 ◦ green 190 ◦ blue 93

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

Shades of Tacha #DCBE5D

Tints of Tacha #DCBE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.49%

R = 43.74%
G = 37.77%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCBE5D (or 0xDCBE5D) is known color: Tacha. HEX triplet: DC, BE and 5D. RGB value is (220,190,93). Sum of RGB (Red+Green+Blue) = 220+190+93=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE5D is #2341A2. Grayscale: #BCBCBC. Windows color (decimal): -2310563 or 6143708. OLE color: 6143708.

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

Color convert

RGB 220 190 93 -
CMYK 0 0.14 0.58 0.14
HSL 45.83º 0.64% 0.61% -
HSV(B) 45.83º 0.58% 0.86% -
XYZ 49.9 52.83 17.92 -
YUV 187.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 220 190 93 0 0.14 0.58 0.14 45.83 0.64 0.61
Hex DC BE 5D 0 E 3A E 2E 40 3D
Octal 334 276 135 0 16 72 16 56 100 75
Binary 11011100 10111110 1011101 0 1110 111010 1110 101110 1000000 111101

Color Harmonies of #DCBE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE5D

Black with #DCBE5D

Text Example


Text Example

White with #DCBE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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