Html Css Color HEX #DAB826 Gold Tips

📋 copy color: '#DAB826'

red 218 ◦ green 184 ◦ blue 38

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

Shades of Gold Tips #DAB826

Tints of Gold Tips #DAB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.82%

 BLUE value IS 38 (15.23% from 255) = 8.64%

R = 49.55%
G = 41.82%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAB826 (or 0xDAB826) is known color: Gold Tips. HEX triplet: DA, B8 and 26. RGB value is (218,184,38). Sum of RGB (Red+Green+Blue) = 218+184+38=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB826 is #2547D9. Grayscale: #B2B2B2. Windows color (decimal): -2443226 or 2537690. OLE color: 2537690.

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

Color convert

RGB 218 184 38 -
CMYK 0 0.16 0.83 0.15
HSL 48.67º 0.71% 0.5% -
HSV(B) 48.67º 0.83% 0.85% -
XYZ 46.4 49.33 8.91 -
YUV 177.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 218 184 38 0 0.16 0.83 0.15 48.67 0.71 0.5
Hex DA B8 26 0 10 53 F 31 47 32
Octal 332 270 46 0 20 123 17 61 107 62
Binary 11011010 10111000 100110 0 10000 1010011 1111 110001 1000111 110010

Color Harmonies of #DAB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB826

Black with #DAB826

Text Example


Text Example

White with #DAB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB826; }

 p { color: rgb(218,184,38); }

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

background-color css

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

 a { background-color: rgb(218,184,38); }

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

border-color css

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

 span { border-color: rgb(218,184,38); }

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