Html Css Color HEX #DABB5D Tacha

📋 copy color: '#DABB5D'

red 218 ◦ green 187 ◦ blue 93

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

Shades of Tacha #DABB5D

Tints of Tacha #DABB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.55%

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 43.78%
G = 37.55%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DABB5D (or 0xDABB5D) is known color: Tacha. HEX triplet: DA, BB and 5D. RGB value is (218,187,93). Sum of RGB (Red+Green+Blue) = 218+187+93=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB5D is #2544A2. Grayscale: #B9B9B9. Windows color (decimal): -2442403 or 6142938. OLE color: 6142938.

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

Color convert

RGB 218 187 93 -
CMYK 0 0.14 0.57 0.15
HSL 45.12º 0.63% 0.61% -
HSV(B) 45.12º 0.57% 0.85% -
XYZ 48.66 51.24 17.68 -
YUV 185.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 218 187 93 0 0.14 0.57 0.15 45.12 0.63 0.61
Hex DA BB 5D 0 E 39 F 2D 3F 3D
Octal 332 273 135 0 16 71 17 55 77 75
Binary 11011010 10111011 1011101 0 1110 111001 1111 101101 111111 111101

Color Harmonies of #DABB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB5D

Black with #DABB5D

Text Example


Text Example

White with #DABB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB5D; }

 p { color: rgb(218,187,93); }

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

background-color css

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

 a { background-color: rgb(218,187,93); }

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

border-color css

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

 span { border-color: rgb(218,187,93); }

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