Html Css Color HEX #DAAC0E Galliano

📋 copy color: '#DAAC0E'

red 218 ◦ green 172 ◦ blue 14

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

Shades of Galliano #DAAC0E

Tints of Galliano #DAAC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 53.96%
G = 42.57%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAAC0E (or 0xDAAC0E) is known color: Galliano. HEX triplet: DA, AC and 0E. RGB value is (218,172,14). Sum of RGB (Red+Green+Blue) = 218+172+14=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC0E is #2553F1. Grayscale: #A8A8A8. Windows color (decimal): -2446322 or 961754. OLE color: 961754.

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

Color convert

RGB 218 172 14 -
CMYK 0 0.21 0.94 0.15
HSL 46.47º 0.88% 0.45% -
HSV(B) 46.47º 0.94% 0.85% -
XYZ 43.75 44.44 6.69 -
YUV 167.74 41.24 163.85 -
System Red Green Blue C M Y K H S L
Decimal 218 172 14 0 0.21 0.94 0.15 46.47 0.88 0.45
Hex DA AC E 0 15 5E F 2E 58 2D
Octal 332 254 16 0 25 136 17 56 130 55
Binary 11011010 10101100 1110 0 10101 1011110 1111 101110 1011000 101101

Color Harmonies of #DAAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC0E

Black with #DAAC0E

Text Example


Text Example

White with #DAAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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