Html Css Color HEX #D4A318 Galliano

📋 copy color: '#D4A318'

red 212 ◦ green 163 ◦ blue 24

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

Shades of Galliano #D4A318

Tints of Galliano #D4A318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.02%

R = 53.13%
G = 40.85%
B = 6.02%

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

#D4A318 (or 0xD4A318) is known color: Galliano. HEX triplet: D4, A3 and 18. RGB value is (212,163,24). Sum of RGB (Red+Green+Blue) = 212+163+24=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A318 is #2B5CE7. Grayscale: #A2A2A2. Windows color (decimal): -2841832 or 1614804. OLE color: 1614804.

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

Color convert

RGB 212 163 24 -
CMYK 0 0.23 0.89 0.17
HSL 44.36º 0.8% 0.46% -
HSV(B) 44.36º 0.89% 0.83% -
XYZ 40.41 40.26 6.5 -
YUV 161.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 212 163 24 0 0.23 0.89 0.17 44.36 0.8 0.46
Hex D4 A3 18 0 17 59 11 2C 50 2E
Octal 324 243 30 0 27 131 21 54 120 56
Binary 11010100 10100011 11000 0 10111 1011001 10001 101100 1010000 101110

Color Harmonies of #D4A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A318

Black with #D4A318

Text Example


Text Example

White with #D4A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A318; }

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

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

background-color css

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

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

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

border-color css

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

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

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