Html Css Color HEX #D4A015 Galliano

📋 copy color: '#D4A015'

red 212 ◦ green 160 ◦ blue 21

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

Shades of Galliano #D4A015

Tints of Galliano #D4A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 53.94%
G = 40.71%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4A015 (or 0xD4A015) is known color: Galliano. HEX triplet: D4, A0 and 15. RGB value is (212,160,21). Sum of RGB (Red+Green+Blue) = 212+160+21=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A015 is #2B5FEA. Grayscale: #A0A0A0. Windows color (decimal): -2842603 or 1417428. OLE color: 1417428.

HSL color Cylindrical-coordinate representation of color #D4A015: hue angle of 43.66º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4A015 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 21 -
CMYK 0 0.25 0.90 0.17
HSL 43.66º 0.82% 0.46% -
HSV(B) 43.66º 0.9% 0.83% -
XYZ 39.86 39.19 6.17 -
YUV 159.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 212 160 21 0 0.25 0.90 0.17 43.66 0.82 0.46
Hex D4 A0 15 0 19 5A 11 2C 52 2E
Octal 324 240 25 0 31 132 21 54 122 56
Binary 11010100 10100000 10101 0 11001 1011010 10001 101100 1010010 101110

Color Harmonies of #D4A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A015

Black with #D4A015

Text Example


Text Example

White with #D4A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A015; }

 p { color: rgb(212,160,21); }

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

background-color css

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

 a { background-color: rgb(212,160,21); }

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

border-color css

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

 span { border-color: rgb(212,160,21); }

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