Html Css Color HEX #DAAF28 Gold Tips

📋 copy color: '#DAAF28'

red 218 ◦ green 175 ◦ blue 40

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

Shades of Gold Tips #DAAF28

Tints of Gold Tips #DAAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 50.35%
G = 40.42%
B = 9.24%

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

#DAAF28 (or 0xDAAF28) is known color: Gold Tips. HEX triplet: DA, AF and 28. RGB value is (218,175,40). Sum of RGB (Red+Green+Blue) = 218+175+40=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF28 is #2550D7. Grayscale: #ADADAD. Windows color (decimal): -2445528 or 2666458. OLE color: 2666458.

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

Color convert

RGB 218 175 40 -
CMYK 0 0.20 0.82 0.15
HSL 45.51º 0.71% 0.51% -
HSV(B) 45.51º 0.82% 0.85% -
XYZ 44.63 45.72 8.48 -
YUV 172.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 218 175 40 0 0.20 0.82 0.15 45.51 0.71 0.51
Hex DA AF 28 0 14 52 F 2E 47 33
Octal 332 257 50 0 24 122 17 56 107 63
Binary 11011010 10101111 101000 0 10100 1010010 1111 101110 1000111 110011

Color Harmonies of #DAAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF28

Black with #DAAF28

Text Example


Text Example

White with #DAAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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