Html Css Color HEX #DABB53 Tacha

📋 copy color: '#DABB53'

red 218 ◦ green 187 ◦ blue 83

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

Shades of Tacha #DABB53

Tints of Tacha #DABB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.01%

R = 44.67%
G = 38.32%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DABB53 (or 0xDABB53) is known color: Tacha. HEX triplet: DA, BB and 53. RGB value is (218,187,83). Sum of RGB (Red+Green+Blue) = 218+187+83=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB53 is #2544AC. Grayscale: #B8B8B8. Windows color (decimal): -2442413 or 5487578. OLE color: 5487578.

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

Color convert

RGB 218 187 83 -
CMYK 0 0.14 0.62 0.15
HSL 46.22º 0.65% 0.59% -
HSV(B) 46.22º 0.62% 0.85% -
XYZ 48.25 51.07 15.5 -
YUV 184.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 218 187 83 0 0.14 0.62 0.15 46.22 0.65 0.59
Hex DA BB 53 0 E 3E F 2E 41 3B
Octal 332 273 123 0 16 76 17 56 101 73
Binary 11011010 10111011 1010011 0 1110 111110 1111 101110 1000001 111011

Color Harmonies of #DABB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB53

Black with #DABB53

Text Example


Text Example

White with #DABB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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