Html Css Color HEX #DAB92D Gold Tips

📋 copy color: '#DAB92D'

red 218 ◦ green 185 ◦ blue 45

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

Shades of Gold Tips #DAB92D

Tints of Gold Tips #DAB92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 48.66%
G = 41.29%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAB92D (or 0xDAB92D) is known color: Gold Tips. HEX triplet: DA, B9 and 2D. RGB value is (218,185,45). Sum of RGB (Red+Green+Blue) = 218+185+45=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB92D is #2546D2. Grayscale: #B3B3B3. Windows color (decimal): -2442963 or 2996698. OLE color: 2996698.

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

Color convert

RGB 218 185 45 -
CMYK 0 0.15 0.79 0.15
HSL 48.55º 0.7% 0.52% -
HSV(B) 48.55º 0.79% 0.85% -
XYZ 46.74 49.79 9.63 -
YUV 178.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 218 185 45 0 0.15 0.79 0.15 48.55 0.7 0.52
Hex DA B9 2D 0 F 4F F 31 46 34
Octal 332 271 55 0 17 117 17 61 106 64
Binary 11011010 10111001 101101 0 1111 1001111 1111 110001 1000110 110100

Color Harmonies of #DAB92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB92D

Black with #DAB92D

Text Example


Text Example

White with #DAB92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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