Html Css Color HEX #D4A212 Galliano

📋 copy color: '#D4A212'

red 212 ◦ green 162 ◦ blue 18

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

Shades of Galliano #D4A212

Tints of Galliano #D4A212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 18 (7.42% from 255) = 4.59%

R = 54.08%
G = 41.33%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4A212 (or 0xD4A212) is known color: Galliano. HEX triplet: D4, A2 and 12. RGB value is (212,162,18). Sum of RGB (Red+Green+Blue) = 212+162+18=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A212 is #2B5DED. Grayscale: #A1A1A1. Windows color (decimal): -2842094 or 1221332. OLE color: 1221332.

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

Color convert

RGB 212 162 18 -
CMYK 0 0.24 0.92 0.17
HSL 44.54º 0.84% 0.45% -
HSV(B) 44.54º 0.92% 0.83% -
XYZ 40.18 39.88 6.15 -
YUV 160.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 212 162 18 0 0.24 0.92 0.17 44.54 0.84 0.45
Hex D4 A2 12 0 18 5C 11 2D 54 2D
Octal 324 242 22 0 30 134 21 55 124 55
Binary 11010100 10100010 10010 0 11000 1011100 10001 101101 1010100 101101

Color Harmonies of #D4A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A212

Black with #D4A212

Text Example


Text Example

White with #D4A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A212; }

 p { color: rgb(212,162,18); }

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

background-color css

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

 a { background-color: rgb(212,162,18); }

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

border-color css

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

 span { border-color: rgb(212,162,18); }

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