Html Css Color HEX #DAAE28 Gold Tips

📋 copy color: '#DAAE28'

red 218 ◦ green 174 ◦ blue 40

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

Shades of Gold Tips #DAAE28

Tints of Gold Tips #DAAE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 50.46%
G = 40.28%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAAE28 (or 0xDAAE28) is known color: Gold Tips. HEX triplet: DA, AE and 28. RGB value is (218,174,40). Sum of RGB (Red+Green+Blue) = 218+174+40=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE28 is #2551D7. Grayscale: #ACACAC. Windows color (decimal): -2445784 or 2666202. OLE color: 2666202.

HSL color Cylindrical-coordinate representation of color #DAAE28: hue angle of 45.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAAE28 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 40 -
CMYK 0 0.20 0.82 0.15
HSL 45.17º 0.71% 0.51% -
HSV(B) 45.17º 0.82% 0.85% -
XYZ 44.43 45.33 8.42 -
YUV 171.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 218 174 40 0 0.20 0.82 0.15 45.17 0.71 0.51
Hex DA AE 28 0 14 52 F 2D 47 33
Octal 332 256 50 0 24 122 17 55 107 63
Binary 11011010 10101110 101000 0 10100 1010010 1111 101101 1000111 110011

Color Harmonies of #DAAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE28

Black with #DAAE28

Text Example


Text Example

White with #DAAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE28; }

 p { color: rgb(218,174,40); }

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

background-color css

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

 a { background-color: rgb(218,174,40); }

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

border-color css

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

 span { border-color: rgb(218,174,40); }

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