Html Css Color HEX #DAB42E Gold Tips

📋 copy color: '#DAB42E'

red 218 ◦ green 180 ◦ blue 46

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

Shades of Gold Tips #DAB42E

Tints of Gold Tips #DAB42E

RGB

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

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

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

R = 49.1%
G = 40.54%
B = 10.36%

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

#DAB42E (or 0xDAB42E) is known color: Gold Tips. HEX triplet: DA, B4 and 2E. RGB value is (218,180,46). Sum of RGB (Red+Green+Blue) = 218+180+46=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB42E is #254BD1. Grayscale: #B0B0B0. Windows color (decimal): -2444242 or 3060954. OLE color: 3060954.

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

Color convert

RGB 218 180 46 -
CMYK 0 0.17 0.79 0.15
HSL 46.74º 0.7% 0.52% -
HSV(B) 46.74º 0.79% 0.85% -
XYZ 45.73 47.75 9.39 -
YUV 176.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 218 180 46 0 0.17 0.79 0.15 46.74 0.7 0.52
Hex DA B4 2E 0 11 4F F 2F 46 34
Octal 332 264 56 0 21 117 17 57 106 64
Binary 11011010 10110100 101110 0 10001 1001111 1111 101111 1000110 110100

Color Harmonies of #DAB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB42E

Black with #DAB42E

Text Example


Text Example

White with #DAB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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