Html Css Color HEX #DAB82E Gold Tips

📋 copy color: '#DAB82E'

red 218 ◦ green 184 ◦ blue 46

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

Shades of Gold Tips #DAB82E

Tints of Gold Tips #DAB82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.27%

R = 48.66%
G = 41.07%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAB82E (or 0xDAB82E) is known color: Gold Tips. HEX triplet: DA, B8 and 2E. RGB value is (218,184,46). Sum of RGB (Red+Green+Blue) = 218+184+46=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB82E is #2547D1. Grayscale: #B3B3B3. Windows color (decimal): -2443218 or 3061978. OLE color: 3061978.

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

Color convert

RGB 218 184 46 -
CMYK 0 0.16 0.79 0.15
HSL 48.14º 0.7% 0.52% -
HSV(B) 48.14º 0.79% 0.85% -
XYZ 46.55 49.38 9.66 -
YUV 178.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 218 184 46 0 0.16 0.79 0.15 48.14 0.7 0.52
Hex DA B8 2E 0 10 4F F 30 46 34
Octal 332 270 56 0 20 117 17 60 106 64
Binary 11011010 10111000 101110 0 10000 1001111 1111 110000 1000110 110100

Color Harmonies of #DAB82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB82E

Black with #DAB82E

Text Example


Text Example

White with #DAB82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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