Html Css Color HEX #DAB962 Tacha

📋 copy color: '#DAB962'

red 218 ◦ green 185 ◦ blue 98

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

Shades of Tacha #DAB962

Tints of Tacha #DAB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.93%

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 43.51%
G = 36.93%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB962 (or 0xDAB962) is known color: Tacha. HEX triplet: DA, B9 and 62. RGB value is (218,185,98). Sum of RGB (Red+Green+Blue) = 218+185+98=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB962 is #25469D. Grayscale: #B9B9B9. Windows color (decimal): -2442910 or 6470106. OLE color: 6470106.

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

Color convert

RGB 218 185 98 -
CMYK 0 0.15 0.55 0.15
HSL 43.5º 0.62% 0.62% -
HSV(B) 43.5º 0.55% 0.85% -
XYZ 48.47 50.49 18.75 -
YUV 184.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 218 185 98 0 0.15 0.55 0.15 43.5 0.62 0.62
Hex DA B9 62 0 F 37 F 2C 3E 3E
Octal 332 271 142 0 17 67 17 54 76 76
Binary 11011010 10111001 1100010 0 1111 110111 1111 101100 111110 111110

Color Harmonies of #DAB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB962

Black with #DAB962

Text Example


Text Example

White with #DAB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB962; }

 p { color: rgb(218,185,98); }

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

background-color css

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

 a { background-color: rgb(218,185,98); }

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

border-color css

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

 span { border-color: rgb(218,185,98); }

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