Html Css Color HEX #D6A124 Galliano

📋 copy color: '#D6A124'

red 214 ◦ green 161 ◦ blue 36

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

Shades of Galliano #D6A124

Tints of Galliano #D6A124

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

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

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

R = 52.07%
G = 39.17%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6A124 (or 0xD6A124) is known color: Galliano. HEX triplet: D6, A1 and 24. RGB value is (214,161,36). Sum of RGB (Red+Green+Blue) = 214+161+36=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A124 is #295EDB. Grayscale: #A3A3A3. Windows color (decimal): -2711260 or 2400726. OLE color: 2400726.

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

Color convert

RGB 214 161 36 -
CMYK 0 0.25 0.83 0.16
HSL 42.13º 0.71% 0.49% -
HSV(B) 42.13º 0.83% 0.84% -
XYZ 40.79 39.91 7.22 -
YUV 162.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 214 161 36 0 0.25 0.83 0.16 42.13 0.71 0.49
Hex D6 A1 24 0 19 53 10 2A 47 31
Octal 326 241 44 0 31 123 20 52 107 61
Binary 11010110 10100001 100100 0 11001 1010011 10000 101010 1000111 110001

Color Harmonies of #D6A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A124

Black with #D6A124

Text Example


Text Example

White with #D6A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A124; }

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

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

background-color css

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

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

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

border-color css

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

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

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