Html Css Color HEX #DABD50 Tacha

📋 copy color: '#DABD50'

red 218 ◦ green 189 ◦ blue 80

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

Shades of Tacha #DABD50

Tints of Tacha #DABD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.43%

R = 44.76%
G = 38.81%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DABD50 (or 0xDABD50) is known color: Tacha. HEX triplet: DA, BD and 50. RGB value is (218,189,80). Sum of RGB (Red+Green+Blue) = 218+189+80=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD50 is #2542AF. Grayscale: #B9B9B9. Windows color (decimal): -2441904 or 5291482. OLE color: 5291482.

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

Color convert

RGB 218 189 80 -
CMYK 0 0.13 0.63 0.15
HSL 47.39º 0.65% 0.58% -
HSV(B) 47.39º 0.63% 0.85% -
XYZ 48.56 51.88 15.04 -
YUV 185.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 218 189 80 0 0.13 0.63 0.15 47.39 0.65 0.58
Hex DA BD 50 0 D 3F F 2F 41 3A
Octal 332 275 120 0 15 77 17 57 101 72
Binary 11011010 10111101 1010000 0 1101 111111 1111 101111 1000001 111010

Color Harmonies of #DABD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD50

Black with #DABD50

Text Example


Text Example

White with #DABD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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