Html Css Color HEX #DAB62D Gold Tips

📋 copy color: '#DAB62D'

red 218 ◦ green 182 ◦ blue 45

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

Shades of Gold Tips #DAB62D

Tints of Gold Tips #DAB62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

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

R = 48.99%
G = 40.9%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAB62D (or 0xDAB62D) is known color: Gold Tips. HEX triplet: DA, B6 and 2D. RGB value is (218,182,45). Sum of RGB (Red+Green+Blue) = 218+182+45=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB62D is #2549D2. Grayscale: #B1B1B1. Windows color (decimal): -2443731 or 2995930. OLE color: 2995930.

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

Color convert

RGB 218 182 45 -
CMYK 0 0.17 0.79 0.15
HSL 47.51º 0.7% 0.52% -
HSV(B) 47.51º 0.79% 0.85% -
XYZ 46.12 48.55 9.42 -
YUV 177.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 218 182 45 0 0.17 0.79 0.15 47.51 0.7 0.52
Hex DA B6 2D 0 11 4F F 30 46 34
Octal 332 266 55 0 21 117 17 60 106 64
Binary 11011010 10110110 101101 0 10001 1001111 1111 110000 1000110 110100

Color Harmonies of #DAB62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB62D

Black with #DAB62D

Text Example


Text Example

White with #DAB62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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