Html Css Color HEX #DAB42D Gold Tips

📋 copy color: '#DAB42D'

red 218 ◦ green 180 ◦ blue 45

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

Shades of Gold Tips #DAB42D

Tints of Gold Tips #DAB42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 49.21%
G = 40.63%
B = 10.16%

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

#DAB42D (or 0xDAB42D) is known color: Gold Tips. HEX triplet: DA, B4 and 2D. RGB value is (218,180,45). Sum of RGB (Red+Green+Blue) = 218+180+45=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB42D is #254BD2. Grayscale: #B0B0B0. Windows color (decimal): -2444243 or 2995418. OLE color: 2995418.

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

Color convert

RGB 218 180 45 -
CMYK 0 0.17 0.79 0.15
HSL 46.82º 0.7% 0.52% -
HSV(B) 46.82º 0.79% 0.85% -
XYZ 45.71 47.74 9.29 -
YUV 175.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 218 180 45 0 0.17 0.79 0.15 46.82 0.7 0.52
Hex DA B4 2D 0 11 4F F 2F 46 34
Octal 332 264 55 0 21 117 17 57 106 64
Binary 11011010 10110100 101101 0 10001 1001111 1111 101111 1000110 110100

Color Harmonies of #DAB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB42D

Black with #DAB42D

Text Example


Text Example

White with #DAB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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