Html Css Color HEX #DABE5D Tacha

📋 copy color: '#DABE5D'

red 218 ◦ green 190 ◦ blue 93

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

Shades of Tacha #DABE5D

Tints of Tacha #DABE5D

RGB

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

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

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

R = 43.51%
G = 37.92%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DABE5D (or 0xDABE5D) is known color: Tacha. HEX triplet: DA, BE and 5D. RGB value is (218,190,93). Sum of RGB (Red+Green+Blue) = 218+190+93=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE5D is #2541A2. Grayscale: #BBBBBB. Windows color (decimal): -2441635 or 6143706. OLE color: 6143706.

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

Color convert

RGB 218 190 93 -
CMYK 0 0.13 0.57 0.15
HSL 46.56º 0.63% 0.61% -
HSV(B) 46.56º 0.57% 0.85% -
XYZ 49.3 52.52 17.9 -
YUV 187.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 218 190 93 0 0.13 0.57 0.15 46.56 0.63 0.61
Hex DA BE 5D 0 D 39 F 2F 3F 3D
Octal 332 276 135 0 15 71 17 57 77 75
Binary 11011010 10111110 1011101 0 1101 111001 1111 101111 111111 111101

Color Harmonies of #DABE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE5D

Black with #DABE5D

Text Example


Text Example

White with #DABE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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