Html Css Color HEX #DAAA1F Galliano

📋 copy color: '#DAAA1F'

red 218 ◦ green 170 ◦ blue 31

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

Shades of Galliano #DAAA1F

Tints of Galliano #DAAA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 31 (12.5% from 255) = 7.4%

R = 52.03%
G = 40.57%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAAA1F (or 0xDAAA1F) is known color: Galliano. HEX triplet: DA, AA and 1F. RGB value is (218,170,31). Sum of RGB (Red+Green+Blue) = 218+170+31=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA1F is #2555E0. Grayscale: #A9A9A9. Windows color (decimal): -2446817 or 2075354. OLE color: 2075354.

HSL color Cylindrical-coordinate representation of color #DAAA1F: hue angle of 44.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAAA1F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 31 -
CMYK 0 0.22 0.86 0.15
HSL 44.6º 0.75% 0.49% -
HSV(B) 44.6º 0.86% 0.85% -
XYZ 43.54 43.75 7.45 -
YUV 168.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 218 170 31 0 0.22 0.86 0.15 44.6 0.75 0.49
Hex DA AA 1F 0 16 56 F 2D 4B 31
Octal 332 252 37 0 26 126 17 55 113 61
Binary 11011010 10101010 11111 0 10110 1010110 1111 101101 1001011 110001

Color Harmonies of #DAAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA1F

Black with #DAAA1F

Text Example


Text Example

White with #DAAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA1F; }

 p { color: rgb(218,170,31); }

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

background-color css

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

 a { background-color: rgb(218,170,31); }

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

border-color css

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

 span { border-color: rgb(218,170,31); }

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