Html Css Color HEX #DBBE5E Tacha

📋 copy color: '#DBBE5E'

red 219 ◦ green 190 ◦ blue 94

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

Shades of Tacha #DBBE5E

Tints of Tacha #DBBE5E

RGB

 RED value IS 219 (85.94% from 255) = 43.54%

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

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

R = 43.54%
G = 37.77%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBBE5E (or 0xDBBE5E) is known color: Tacha. HEX triplet: DB, BE and 5E. RGB value is (219,190,94). Sum of RGB (Red+Green+Blue) = 219+190+94=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE5E is #2441A1. Grayscale: #BCBCBC. Windows color (decimal): -2376098 or 6209243. OLE color: 6209243.

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

Color convert

RGB 219 190 94 -
CMYK 0 0.13 0.57 0.14
HSL 46.08º 0.63% 0.61% -
HSV(B) 46.08º 0.57% 0.86% -
XYZ 49.65 52.7 18.14 -
YUV 187.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 219 190 94 0 0.13 0.57 0.14 46.08 0.63 0.61
Hex DB BE 5E 0 D 39 E 2E 3F 3D
Octal 333 276 136 0 15 71 16 56 77 75
Binary 11011011 10111110 1011110 0 1101 111001 1110 101110 111111 111101

Color Harmonies of #DBBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE5E

Black with #DBBE5E

Text Example


Text Example

White with #DBBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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