Html Css Color HEX #D4A316 Galliano

📋 copy color: '#D4A316'

red 212 ◦ green 163 ◦ blue 22

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

Shades of Galliano #D4A316

Tints of Galliano #D4A316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 53.4%
G = 41.06%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4A316 (or 0xD4A316) is known color: Galliano. HEX triplet: D4, A3 and 16. RGB value is (212,163,22). Sum of RGB (Red+Green+Blue) = 212+163+22=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A316 is #2B5CE9. Grayscale: #A2A2A2. Windows color (decimal): -2841834 or 1483732. OLE color: 1483732.

HSL color Cylindrical-coordinate representation of color #D4A316: hue angle of 44.53º degrees, saturation: 0.81, 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 #D4A316 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 22 -
CMYK 0 0.23 0.90 0.17
HSL 44.53º 0.81% 0.46% -
HSV(B) 44.53º 0.9% 0.83% -
XYZ 40.39 40.25 6.4 -
YUV 161.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 212 163 22 0 0.23 0.90 0.17 44.53 0.81 0.46
Hex D4 A3 16 0 17 5A 11 2D 51 2E
Octal 324 243 26 0 27 132 21 55 121 56
Binary 11010100 10100011 10110 0 10111 1011010 10001 101101 1010001 101110

Color Harmonies of #D4A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A316

Black with #D4A316

Text Example


Text Example

White with #D4A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A316; }

 p { color: rgb(212,163,22); }

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

background-color css

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

 a { background-color: rgb(212,163,22); }

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

border-color css

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

 span { border-color: rgb(212,163,22); }

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