Html Css Color HEX #DAA71D Galliano

📋 copy color: '#DAA71D'

red 218 ◦ green 167 ◦ blue 29

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

Shades of Galliano #DAA71D

Tints of Galliano #DAA71D

RGB

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

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

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

R = 52.66%
G = 40.34%
B = 7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAA71D (or 0xDAA71D) is known color: Galliano. HEX triplet: DA, A7 and 1D. RGB value is (218,167,29). Sum of RGB (Red+Green+Blue) = 218+167+29=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA71D is #2558E2. Grayscale: #A7A7A7. Windows color (decimal): -2447587 or 1943514. OLE color: 1943514.

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

Color convert

RGB 218 167 29 -
CMYK 0 0.23 0.87 0.15
HSL 43.81º 0.77% 0.48% -
HSV(B) 43.81º 0.87% 0.85% -
XYZ 42.95 42.63 7.13 -
YUV 166.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 218 167 29 0 0.23 0.87 0.15 43.81 0.77 0.48
Hex DA A7 1D 0 17 57 F 2C 4D 30
Octal 332 247 35 0 27 127 17 54 115 60
Binary 11011010 10100111 11101 0 10111 1010111 1111 101100 1001101 110000

Color Harmonies of #DAA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA71D

Black with #DAA71D

Text Example


Text Example

White with #DAA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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