Html Css Color HEX #DAB728 Gold Tips

📋 copy color: '#DAB728'

red 218 ◦ green 183 ◦ blue 40

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

Shades of Gold Tips #DAB728

Tints of Gold Tips #DAB728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 49.43%
G = 41.5%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB728 (or 0xDAB728) is known color: Gold Tips. HEX triplet: DA, B7 and 28. RGB value is (218,183,40). Sum of RGB (Red+Green+Blue) = 218+183+40=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB728 is #2548D7. Grayscale: #B1B1B1. Windows color (decimal): -2443480 or 2668506. OLE color: 2668506.

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

Color convert

RGB 218 183 40 -
CMYK 0 0.16 0.82 0.15
HSL 48.2º 0.71% 0.51% -
HSV(B) 48.2º 0.82% 0.85% -
XYZ 46.23 48.93 9.01 -
YUV 177.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 218 183 40 0 0.16 0.82 0.15 48.2 0.71 0.51
Hex DA B7 28 0 10 52 F 30 47 33
Octal 332 267 50 0 20 122 17 60 107 63
Binary 11011010 10110111 101000 0 10000 1010010 1111 110000 1000111 110011

Color Harmonies of #DAB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB728

Black with #DAB728

Text Example


Text Example

White with #DAB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB728; }

 p { color: rgb(218,183,40); }

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

background-color css

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

 a { background-color: rgb(218,183,40); }

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

border-color css

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

 span { border-color: rgb(218,183,40); }

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