Html Css Color HEX #D4A812 Galliano

📋 copy color: '#D4A812'

red 212 ◦ green 168 ◦ blue 18

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

Shades of Galliano #D4A812

Tints of Galliano #D4A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

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

R = 53.27%
G = 42.21%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4A812 (or 0xD4A812) is known color: Galliano. HEX triplet: D4, A8 and 12. RGB value is (212,168,18). Sum of RGB (Red+Green+Blue) = 212+168+18=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A812 is #2B57ED. Grayscale: #A4A4A4. Windows color (decimal): -2840558 or 1222868. OLE color: 1222868.

HSL color Cylindrical-coordinate representation of color #D4A812: hue angle of 46.39º 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 #D4A812 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 18 -
CMYK 0 0.21 0.92 0.17
HSL 46.39º 0.84% 0.45% -
HSV(B) 46.39º 0.92% 0.83% -
XYZ 41.26 42.05 6.51 -
YUV 164.06 45.58 162.2 -
System Red Green Blue C M Y K H S L
Decimal 212 168 18 0 0.21 0.92 0.17 46.39 0.84 0.45
Hex D4 A8 12 0 15 5C 11 2E 54 2D
Octal 324 250 22 0 25 134 21 56 124 55
Binary 11010100 10101000 10010 0 10101 1011100 10001 101110 1010100 101101

Color Harmonies of #D4A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A812

Black with #D4A812

Text Example


Text Example

White with #D4A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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