Html Css Color HEX #DAAC0F Galliano

📋 copy color: '#DAAC0F'

red 218 ◦ green 172 ◦ blue 15

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

Shades of Galliano #DAAC0F

Tints of Galliano #DAAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 53.83%
G = 42.47%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAAC0F (or 0xDAAC0F) is known color: Galliano. HEX triplet: DA, AC and 0F. RGB value is (218,172,15). Sum of RGB (Red+Green+Blue) = 218+172+15=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC0F is #2553F0. Grayscale: #A8A8A8. Windows color (decimal): -2446321 or 1027290. OLE color: 1027290.

HSL color Cylindrical-coordinate representation of color #DAAC0F: hue angle of 46.4º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAAC0F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 15 -
CMYK 0 0.21 0.93 0.15
HSL 46.4º 0.87% 0.46% -
HSV(B) 46.4º 0.93% 0.85% -
XYZ 43.75 44.44 6.72 -
YUV 167.86 41.74 163.77 -
System Red Green Blue C M Y K H S L
Decimal 218 172 15 0 0.21 0.93 0.15 46.4 0.87 0.46
Hex DA AC F 0 15 5D F 2E 57 2E
Octal 332 254 17 0 25 135 17 56 127 56
Binary 11011010 10101100 1111 0 10101 1011101 1111 101110 1010111 101110

Color Harmonies of #DAAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC0F

Black with #DAAC0F

Text Example


Text Example

White with #DAAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC0F; }

 p { color: rgb(218,172,15); }

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

background-color css

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

 a { background-color: rgb(218,172,15); }

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

border-color css

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

 span { border-color: rgb(218,172,15); }

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