Html Css Color HEX #DBBA63 Tacha

📋 copy color: '#DBBA63'

red 219 ◦ green 186 ◦ blue 99

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

Shades of Tacha #DBBA63

Tints of Tacha #DBBA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 99 (39.06% from 255) = 19.64%

R = 43.45%
G = 36.9%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBBA63 (or 0xDBBA63) is known color: Tacha. HEX triplet: DB, BA and 63. RGB value is (219,186,99). Sum of RGB (Red+Green+Blue) = 219+186+99=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA63 is #24459C. Grayscale: #BABABA. Windows color (decimal): -2377117 or 6535899. OLE color: 6535899.

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

Color convert

RGB 219 186 99 -
CMYK 0 0.15 0.55 0.14
HSL 43.5º 0.63% 0.62% -
HSV(B) 43.5º 0.55% 0.86% -
XYZ 49.02 51.08 19.08 -
YUV 185.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 219 186 99 0 0.15 0.55 0.14 43.5 0.63 0.62
Hex DB BA 63 0 F 37 E 2C 3E 3E
Octal 333 272 143 0 17 67 16 54 76 76
Binary 11011011 10111010 1100011 0 1111 110111 1110 101100 111110 111110

Color Harmonies of #DBBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA63

Black with #DBBA63

Text Example


Text Example

White with #DBBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA63; }

 p { color: rgb(219,186,99); }

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

background-color css

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

 a { background-color: rgb(219,186,99); }

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

border-color css

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

 span { border-color: rgb(219,186,99); }

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