Html Css Color HEX #DAA71F Galliano

📋 copy color: '#DAA71F'

red 218 ◦ green 167 ◦ blue 31

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

Shades of Galliano #DAA71F

Tints of Galliano #DAA71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 52.4%
G = 40.14%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAA71F (or 0xDAA71F) is known color: Galliano. HEX triplet: DA, A7 and 1F. RGB value is (218,167,31). Sum of RGB (Red+Green+Blue) = 218+167+31=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA71F is #2558E0. Grayscale: #A7A7A7. Windows color (decimal): -2447585 or 2074586. OLE color: 2074586.

HSL color Cylindrical-coordinate representation of color #DAA71F: hue angle of 43.64º 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 #DAA71F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 31 -
CMYK 0 0.23 0.86 0.15
HSL 43.64º 0.75% 0.49% -
HSV(B) 43.64º 0.86% 0.85% -
XYZ 42.98 42.64 7.26 -
YUV 166.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 218 167 31 0 0.23 0.86 0.15 43.64 0.75 0.49
Hex DA A7 1F 0 17 56 F 2C 4B 31
Octal 332 247 37 0 27 126 17 54 113 61
Binary 11011010 10100111 11111 0 10111 1010110 1111 101100 1001011 110001

Color Harmonies of #DAA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA71F

Black with #DAA71F

Text Example


Text Example

White with #DAA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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