Html Css Color HEX #DAB927 Gold Tips

📋 copy color: '#DAB927'

red 218 ◦ green 185 ◦ blue 39

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

Shades of Gold Tips #DAB927

Tints of Gold Tips #DAB927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 49.32%
G = 41.86%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB927 (or 0xDAB927) is known color: Gold Tips. HEX triplet: DA, B9 and 27. RGB value is (218,185,39). Sum of RGB (Red+Green+Blue) = 218+185+39=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB927 is #2546D8. Grayscale: #B2B2B2. Windows color (decimal): -2442969 or 2603482. OLE color: 2603482.

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

Color convert

RGB 218 185 39 -
CMYK 0 0.15 0.82 0.15
HSL 48.94º 0.71% 0.5% -
HSV(B) 48.94º 0.82% 0.85% -
XYZ 46.63 49.75 9.06 -
YUV 178.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 218 185 39 0 0.15 0.82 0.15 48.94 0.71 0.5
Hex DA B9 27 0 F 52 F 31 47 32
Octal 332 271 47 0 17 122 17 61 107 62
Binary 11011010 10111001 100111 0 1111 1010010 1111 110001 1000111 110010

Color Harmonies of #DAB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB927

Black with #DAB927

Text Example


Text Example

White with #DAB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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