Html Css Color HEX #D4A013 Galliano

📋 copy color: '#D4A013'

red 212 ◦ green 160 ◦ blue 19

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

Shades of Galliano #D4A013

Tints of Galliano #D4A013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 54.22%
G = 40.92%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4A013 (or 0xD4A013) is known color: Galliano. HEX triplet: D4, A0 and 13. RGB value is (212,160,19). Sum of RGB (Red+Green+Blue) = 212+160+19=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A013 is #2B5FEC. Grayscale: #A0A0A0. Windows color (decimal): -2842605 or 1286356. OLE color: 1286356.

HSL color Cylindrical-coordinate representation of color #D4A013: hue angle of 43.83º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4A013 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 19 -
CMYK 0 0.25 0.91 0.17
HSL 43.83º 0.84% 0.45% -
HSV(B) 43.83º 0.91% 0.83% -
XYZ 39.84 39.19 6.08 -
YUV 159.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 212 160 19 0 0.25 0.91 0.17 43.83 0.84 0.45
Hex D4 A0 13 0 19 5B 11 2C 54 2D
Octal 324 240 23 0 31 133 21 54 124 55
Binary 11010100 10100000 10011 0 11001 1011011 10001 101100 1010100 101101

Color Harmonies of #D4A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A013

Black with #D4A013

Text Example


Text Example

White with #D4A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A013; }

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

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

background-color css

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

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

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

border-color css

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

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

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