Html Css Color HEX #D6A624 Galliano

📋 copy color: '#D6A624'

red 214 ◦ green 166 ◦ blue 36

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

Shades of Galliano #D6A624

Tints of Galliano #D6A624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

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

R = 51.44%
G = 39.9%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6A624 (or 0xD6A624) is known color: Galliano. HEX triplet: D6, A6 and 24. RGB value is (214,166,36). Sum of RGB (Red+Green+Blue) = 214+166+36=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A624 is #2959DB. Grayscale: #A6A6A6. Windows color (decimal): -2709980 or 2402006. OLE color: 2402006.

HSL color Cylindrical-coordinate representation of color #D6A624: hue angle of 43.82º 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 #D6A624 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 36 -
CMYK 0 0.22 0.83 0.16
HSL 43.82º 0.71% 0.49% -
HSV(B) 43.82º 0.83% 0.84% -
XYZ 41.69 41.7 7.52 -
YUV 165.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 214 166 36 0 0.22 0.83 0.16 43.82 0.71 0.49
Hex D6 A6 24 0 16 53 10 2C 47 31
Octal 326 246 44 0 26 123 20 54 107 61
Binary 11010110 10100110 100100 0 10110 1010011 10000 101100 1000111 110001

Color Harmonies of #D6A624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A624

Black with #D6A624

Text Example


Text Example

White with #D6A624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A624; }

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

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

background-color css

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

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

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

border-color css

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

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

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