Html Css Color HEX #DABD63 Tacha

📋 copy color: '#DABD63'

red 218 ◦ green 189 ◦ blue 99

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

Shades of Tacha #DABD63

Tints of Tacha #DABD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 43.08%
G = 37.35%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DABD63 (or 0xDABD63) is known color: Tacha. HEX triplet: DA, BD and 63. RGB value is (218,189,99). Sum of RGB (Red+Green+Blue) = 218+189+99=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD63 is #25429C. Grayscale: #BBBBBB. Windows color (decimal): -2441885 or 6536666. OLE color: 6536666.

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

Color convert

RGB 218 189 99 -
CMYK 0 0.13 0.55 0.15
HSL 45.38º 0.62% 0.62% -
HSV(B) 45.38º 0.55% 0.85% -
XYZ 49.36 52.2 19.28 -
YUV 187.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 218 189 99 0 0.13 0.55 0.15 45.38 0.62 0.62
Hex DA BD 63 0 D 37 F 2D 3E 3E
Octal 332 275 143 0 15 67 17 55 76 76
Binary 11011010 10111101 1100011 0 1101 110111 1111 101101 111110 111110

Color Harmonies of #DABD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD63

Black with #DABD63

Text Example


Text Example

White with #DABD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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