Html Css Color HEX #D4AA0E Galliano

📋 copy color: '#D4AA0E'

red 212 ◦ green 170 ◦ blue 14

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

Shades of Galliano #D4AA0E

Tints of Galliano #D4AA0E

RGB

 RED value IS 212 (83.2% from 255) = 53.54%

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

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

R = 53.54%
G = 42.93%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4AA0E (or 0xD4AA0E) is known color: Galliano. HEX triplet: D4, AA and 0E. RGB value is (212,170,14). Sum of RGB (Red+Green+Blue) = 212+170+14=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AA0E is #2B55F1. Grayscale: #A5A5A5. Windows color (decimal): -2840050 or 961236. OLE color: 961236.

HSL color Cylindrical-coordinate representation of color #D4AA0E: hue angle of 47.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4AA0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 14 -
CMYK 0 0.20 0.93 0.17
HSL 47.27º 0.88% 0.44% -
HSV(B) 47.27º 0.93% 0.83% -
XYZ 41.61 42.78 6.48 -
YUV 164.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 212 170 14 0 0.20 0.93 0.17 47.27 0.88 0.44
Hex D4 AA E 0 14 5D 11 2F 58 2C
Octal 324 252 16 0 24 135 21 57 130 54
Binary 11010100 10101010 1110 0 10100 1011101 10001 101111 1011000 101100

Color Harmonies of #D4AA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AA0E

Black with #D4AA0E

Text Example


Text Example

White with #D4AA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AA0E; }

 p { color: rgb(212,170,14); }

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

background-color css

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

 a { background-color: rgb(212,170,14); }

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

border-color css

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

 span { border-color: rgb(212,170,14); }

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