Html Css Color HEX #D4A417 Galliano

📋 copy color: '#D4A417'

red 212 ◦ green 164 ◦ blue 23

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

Shades of Galliano #D4A417

Tints of Galliano #D4A417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 53.13%
G = 41.1%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4A417 (or 0xD4A417) is known color: Galliano. HEX triplet: D4, A4 and 17. RGB value is (212,164,23). Sum of RGB (Red+Green+Blue) = 212+164+23=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A417 is #2B5BE8. Grayscale: #A2A2A2. Windows color (decimal): -2841577 or 1549524. OLE color: 1549524.

HSL color Cylindrical-coordinate representation of color #D4A417: hue angle of 44.76º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4A417 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 23 -
CMYK 0 0.23 0.89 0.17
HSL 44.76º 0.8% 0.46% -
HSV(B) 44.76º 0.89% 0.83% -
XYZ 40.58 40.61 6.51 -
YUV 162.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 212 164 23 0 0.23 0.89 0.17 44.76 0.8 0.46
Hex D4 A4 17 0 17 59 11 2D 50 2E
Octal 324 244 27 0 27 131 21 55 120 56
Binary 11010100 10100100 10111 0 10111 1011001 10001 101101 1010000 101110

Color Harmonies of #D4A417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A417

Black with #D4A417

Text Example


Text Example

White with #D4A417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A417; }

 p { color: rgb(212,164,23); }

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

background-color css

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

 a { background-color: rgb(212,164,23); }

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

border-color css

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

 span { border-color: rgb(212,164,23); }

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