Html Css Color HEX #D4A31D Galliano

📋 copy color: '#D4A31D'

red 212 ◦ green 163 ◦ blue 29

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

Shades of Galliano #D4A31D

Tints of Galliano #D4A31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 52.48%
G = 40.35%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4A31D (or 0xD4A31D) is known color: Galliano. HEX triplet: D4, A3 and 1D. RGB value is (212,163,29). Sum of RGB (Red+Green+Blue) = 212+163+29=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A31D is #2B5CE2. Grayscale: #A2A2A2. Windows color (decimal): -2841827 or 1942484. OLE color: 1942484.

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

Color convert

RGB 212 163 29 -
CMYK 0 0.23 0.86 0.17
HSL 43.93º 0.76% 0.47% -
HSV(B) 43.93º 0.86% 0.83% -
XYZ 40.47 40.28 6.8 -
YUV 162.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 212 163 29 0 0.23 0.86 0.17 43.93 0.76 0.47
Hex D4 A3 1D 0 17 56 11 2C 4C 2F
Octal 324 243 35 0 27 126 21 54 114 57
Binary 11010100 10100011 11101 0 10111 1010110 10001 101100 1001100 101111

Color Harmonies of #D4A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A31D

Black with #D4A31D

Text Example


Text Example

White with #D4A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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