Html Css Color HEX #DBBE5B Tacha

📋 copy color: '#DBBE5B'

red 219 ◦ green 190 ◦ blue 91

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

Shades of Tacha #DBBE5B

Tints of Tacha #DBBE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.2%

R = 43.8%
G = 38%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBBE5B (or 0xDBBE5B) is known color: Tacha. HEX triplet: DB, BE and 5B. RGB value is (219,190,91). Sum of RGB (Red+Green+Blue) = 219+190+91=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE5B is #2441A4. Grayscale: #BBBBBB. Windows color (decimal): -2376101 or 6012635. OLE color: 6012635.

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

Color convert

RGB 219 190 91 -
CMYK 0 0.13 0.58 0.14
HSL 46.41º 0.64% 0.61% -
HSV(B) 46.41º 0.58% 0.86% -
XYZ 49.52 52.64 17.45 -
YUV 187.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 219 190 91 0 0.13 0.58 0.14 46.41 0.64 0.61
Hex DB BE 5B 0 D 3A E 2E 40 3D
Octal 333 276 133 0 15 72 16 56 100 75
Binary 11011011 10111110 1011011 0 1101 111010 1110 101110 1000000 111101

Color Harmonies of #DBBE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE5B

Black with #DBBE5B

Text Example


Text Example

White with #DBBE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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