Html Css Color HEX #DAB32E Gold Tips

📋 copy color: '#DAB32E'

red 218 ◦ green 179 ◦ blue 46

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

Shades of Gold Tips #DAB32E

Tints of Gold Tips #DAB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 49.21%
G = 40.41%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAB32E (or 0xDAB32E) is known color: Gold Tips. HEX triplet: DA, B3 and 2E. RGB value is (218,179,46). Sum of RGB (Red+Green+Blue) = 218+179+46=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB32E is #254CD1. Grayscale: #B0B0B0. Windows color (decimal): -2444498 or 3060698. OLE color: 3060698.

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

Color convert

RGB 218 179 46 -
CMYK 0 0.18 0.79 0.15
HSL 46.4º 0.7% 0.52% -
HSV(B) 46.4º 0.79% 0.85% -
XYZ 45.53 47.34 9.32 -
YUV 175.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 218 179 46 0 0.18 0.79 0.15 46.4 0.7 0.52
Hex DA B3 2E 0 12 4F F 2E 46 34
Octal 332 263 56 0 22 117 17 56 106 64
Binary 11011010 10110011 101110 0 10010 1001111 1111 101110 1000110 110100

Color Harmonies of #DAB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB32E

Black with #DAB32E

Text Example


Text Example

White with #DAB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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