Html Css Color HEX #DAAE2B Gold Tips

📋 copy color: '#DAAE2B'

red 218 ◦ green 174 ◦ blue 43

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

Shades of Gold Tips #DAAE2B

Tints of Gold Tips #DAAE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.89%

R = 50.11%
G = 40%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAAE2B (or 0xDAAE2B) is known color: Gold Tips. HEX triplet: DA, AE and 2B. RGB value is (218,174,43). Sum of RGB (Red+Green+Blue) = 218+174+43=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE2B is #2551D4. Grayscale: #ACACAC. Windows color (decimal): -2445781 or 2862810. OLE color: 2862810.

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

Color convert

RGB 218 174 43 -
CMYK 0 0.20 0.80 0.15
HSL 44.91º 0.7% 0.51% -
HSV(B) 44.91º 0.8% 0.85% -
XYZ 44.49 45.35 8.69 -
YUV 172.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 218 174 43 0 0.20 0.80 0.15 44.91 0.7 0.51
Hex DA AE 2B 0 14 50 F 2D 46 33
Octal 332 256 53 0 24 120 17 55 106 63
Binary 11011010 10101110 101011 0 10100 1010000 1111 101101 1000110 110011

Color Harmonies of #DAAE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE2B

Black with #DAAE2B

Text Example


Text Example

White with #DAAE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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