Html Css Color HEX #D4A124 Galliano

📋 copy color: '#D4A124'

red 212 ◦ green 161 ◦ blue 36

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

Shades of Galliano #D4A124

Tints of Galliano #D4A124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

 BLUE value IS 36 (14.45% from 255) = 8.8%

R = 51.83%
G = 39.36%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4A124 (or 0xD4A124) is known color: Galliano. HEX triplet: D4, A1 and 24. RGB value is (212,161,36). Sum of RGB (Red+Green+Blue) = 212+161+36=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A124 is #2B5EDB. Grayscale: #A2A2A2. Windows color (decimal): -2842332 or 2400724. OLE color: 2400724.

HSL color Cylindrical-coordinate representation of color #D4A124: hue angle of 42.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4A124 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 36 -
CMYK 0 0.24 0.83 0.17
HSL 42.61º 0.71% 0.49% -
HSV(B) 42.61º 0.83% 0.83% -
XYZ 40.21 39.61 7.2 -
YUV 162 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 212 161 36 0 0.24 0.83 0.17 42.61 0.71 0.49
Hex D4 A1 24 0 18 53 11 2B 47 31
Octal 324 241 44 0 30 123 21 53 107 61
Binary 11010100 10100001 100100 0 11000 1010011 10001 101011 1000111 110001

Color Harmonies of #D4A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A124

Black with #D4A124

Text Example


Text Example

White with #D4A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A124; }

 p { color: rgb(212,161,36); }

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

background-color css

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

 a { background-color: rgb(212,161,36); }

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

border-color css

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

 span { border-color: rgb(212,161,36); }

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