Html Css Color HEX #DAB827 Gold Tips

📋 copy color: '#DAB827'

red 218 ◦ green 184 ◦ blue 39

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

Shades of Gold Tips #DAB827

Tints of Gold Tips #DAB827

RGB

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

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

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

R = 49.43%
G = 41.72%
B = 8.84%

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

#DAB827 (or 0xDAB827) is known color: Gold Tips. HEX triplet: DA, B8 and 27. RGB value is (218,184,39). Sum of RGB (Red+Green+Blue) = 218+184+39=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB827 is #2547D8. Grayscale: #B2B2B2. Windows color (decimal): -2443225 or 2603226. OLE color: 2603226.

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

Color convert

RGB 218 184 39 -
CMYK 0 0.16 0.82 0.15
HSL 48.6º 0.71% 0.5% -
HSV(B) 48.6º 0.82% 0.85% -
XYZ 46.42 49.33 9 -
YUV 177.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 218 184 39 0 0.16 0.82 0.15 48.6 0.71 0.5
Hex DA B8 27 0 10 52 F 31 47 32
Octal 332 270 47 0 20 122 17 61 107 62
Binary 11011010 10111000 100111 0 10000 1010010 1111 110001 1000111 110010

Color Harmonies of #DAB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB827

Black with #DAB827

Text Example


Text Example

White with #DAB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB827; }

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

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

background-color css

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

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

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

border-color css

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

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

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