Html Css Color HEX #DBBE53 Tacha

📋 copy color: '#DBBE53'

red 219 ◦ green 190 ◦ blue 83

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

Shades of Tacha #DBBE53

Tints of Tacha #DBBE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.87%

R = 44.51%
G = 38.62%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBBE53 (or 0xDBBE53) is known color: Tacha. HEX triplet: DB, BE and 53. RGB value is (219,190,83). Sum of RGB (Red+Green+Blue) = 219+190+83=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE53 is #2441AC. Grayscale: #BABABA. Windows color (decimal): -2376109 or 5488347. OLE color: 5488347.

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

Color convert

RGB 219 190 83 -
CMYK 0 0.13 0.62 0.14
HSL 47.21º 0.65% 0.59% -
HSV(B) 47.21º 0.62% 0.86% -
XYZ 49.19 52.51 15.73 -
YUV 186.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 219 190 83 0 0.13 0.62 0.14 47.21 0.65 0.59
Hex DB BE 53 0 D 3E E 2F 41 3B
Octal 333 276 123 0 15 76 16 57 101 73
Binary 11011011 10111110 1010011 0 1101 111110 1110 101111 1000001 111011

Color Harmonies of #DBBE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE53

Black with #DBBE53

Text Example


Text Example

White with #DBBE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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