Html Css Color HEX #DAA217 Galliano

📋 copy color: '#DAA217'

red 218 ◦ green 162 ◦ blue 23

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

Shades of Galliano #DAA217

Tints of Galliano #DAA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 23 (9.38% from 255) = 5.71%

R = 54.09%
G = 40.2%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA217 (or 0xDAA217) is known color: Galliano. HEX triplet: DA, A2 and 17. RGB value is (218,162,23). Sum of RGB (Red+Green+Blue) = 218+162+23=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA217 is #255DE8. Grayscale: #A3A3A3. Windows color (decimal): -2448873 or 1549018. OLE color: 1549018.

HSL color Cylindrical-coordinate representation of color #DAA217: hue angle of 42.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAA217 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 23 -
CMYK 0 0.26 0.89 0.15
HSL 42.77º 0.81% 0.47% -
HSV(B) 42.77º 0.89% 0.85% -
XYZ 41.99 40.81 6.47 -
YUV 162.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 218 162 23 0 0.26 0.89 0.15 42.77 0.81 0.47
Hex DA A2 17 0 1A 59 F 2B 51 2F
Octal 332 242 27 0 32 131 17 53 121 57
Binary 11011010 10100010 10111 0 11010 1011001 1111 101011 1010001 101111

Color Harmonies of #DAA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA217

Black with #DAA217

Text Example


Text Example

White with #DAA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA217; }

 p { color: rgb(218,162,23); }

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

background-color css

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

 a { background-color: rgb(218,162,23); }

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

border-color css

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

 span { border-color: rgb(218,162,23); }

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