Html Css Color HEX #DAAC1D Galliano

📋 copy color: '#DAAC1D'

red 218 ◦ green 172 ◦ blue 29

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

Shades of Galliano #DAAC1D

Tints of Galliano #DAAC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 52.03%
G = 41.05%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAAC1D (or 0xDAAC1D) is known color: Galliano. HEX triplet: DA, AC and 1D. RGB value is (218,172,29). Sum of RGB (Red+Green+Blue) = 218+172+29=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC1D is #2553E2. Grayscale: #AAAAAA. Windows color (decimal): -2446307 or 1944794. OLE color: 1944794.

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

Color convert

RGB 218 172 29 -
CMYK 0 0.21 0.87 0.15
HSL 45.4º 0.77% 0.48% -
HSV(B) 45.4º 0.87% 0.85% -
XYZ 43.89 44.5 7.44 -
YUV 169.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 218 172 29 0 0.21 0.87 0.15 45.4 0.77 0.48
Hex DA AC 1D 0 15 57 F 2D 4D 30
Octal 332 254 35 0 25 127 17 55 115 60
Binary 11011010 10101100 11101 0 10101 1010111 1111 101101 1001101 110000

Color Harmonies of #DAAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC1D

Black with #DAAC1D

Text Example


Text Example

White with #DAAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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