Html Css Color HEX #DABD5B Tacha

📋 copy color: '#DABD5B'

red 218 ◦ green 189 ◦ blue 91

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

Shades of Tacha #DABD5B

Tints of Tacha #DABD5B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 91 (35.94% from 255) = 18.27%

R = 43.78%
G = 37.95%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DABD5B (or 0xDABD5B) is known color: Tacha. HEX triplet: DA, BD and 5B. RGB value is (218,189,91). Sum of RGB (Red+Green+Blue) = 218+189+91=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD5B is #2542A4. Grayscale: #BABABA. Windows color (decimal): -2441893 or 6012378. OLE color: 6012378.

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

Color convert

RGB 218 189 91 -
CMYK 0 0.13 0.58 0.15
HSL 46.3º 0.63% 0.61% -
HSV(B) 46.3º 0.58% 0.85% -
XYZ 49 52.06 17.36 -
YUV 186.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 218 189 91 0 0.13 0.58 0.15 46.3 0.63 0.61
Hex DA BD 5B 0 D 3A F 2E 3F 3D
Octal 332 275 133 0 15 72 17 56 77 75
Binary 11011010 10111101 1011011 0 1101 111010 1111 101110 111111 111101

Color Harmonies of #DABD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD5B

Black with #DABD5B

Text Example


Text Example

White with #DABD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD5B; }

 p { color: rgb(218,189,91); }

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

background-color css

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

 a { background-color: rgb(218,189,91); }

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

border-color css

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

 span { border-color: rgb(218,189,91); }

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