Html Css Color HEX #DABA68 Tacha

📋 copy color: '#DABA68'

red 218 ◦ green 186 ◦ blue 104

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

Shades of Tacha #DABA68

Tints of Tacha #DABA68

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

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

 BLUE value IS 104 (41.02% from 255) = 20.47%

R = 42.91%
G = 36.61%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DABA68 (or 0xDABA68) is known color: Tacha. HEX triplet: DA, BA and 68. RGB value is (218,186,104). Sum of RGB (Red+Green+Blue) = 218+186+104=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA68 is #254597. Grayscale: #BABABA. Windows color (decimal): -2442648 or 6863578. OLE color: 6863578.

HSL color Cylindrical-coordinate representation of color #DABA68: hue angle of 43.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DABA68 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 104 -
CMYK 0 0.15 0.52 0.15
HSL 43.16º 0.61% 0.63% -
HSV(B) 43.16º 0.52% 0.85% -
XYZ 48.97 51.02 20.36 -
YUV 186.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 218 186 104 0 0.15 0.52 0.15 43.16 0.61 0.63
Hex DA BA 68 0 F 34 F 2B 3D 3F
Octal 332 272 150 0 17 64 17 53 75 77
Binary 11011010 10111010 1101000 0 1111 110100 1111 101011 111101 111111

Color Harmonies of #DABA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA68

Black with #DABA68

Text Example


Text Example

White with #DABA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA68; }

 p { color: rgb(218,186,104); }

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

background-color css

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

 a { background-color: rgb(218,186,104); }

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

border-color css

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

 span { border-color: rgb(218,186,104); }

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