Html Css Color HEX #D6A628 Galliano

📋 copy color: '#D6A628'

red 214 ◦ green 166 ◦ blue 40

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

Shades of Galliano #D6A628

Tints of Galliano #D6A628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 50.95%
G = 39.52%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6A628 (or 0xD6A628) is known color: Galliano. HEX triplet: D6, A6 and 28. RGB value is (214,166,40). Sum of RGB (Red+Green+Blue) = 214+166+40=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A628 is #2959D7. Grayscale: #A6A6A6. Windows color (decimal): -2709976 or 2664150. OLE color: 2664150.

HSL color Cylindrical-coordinate representation of color #D6A628: hue angle of 43.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6A628 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 40 -
CMYK 0 0.22 0.81 0.16
HSL 43.45º 0.69% 0.5% -
HSV(B) 43.45º 0.81% 0.84% -
XYZ 41.75 41.72 7.86 -
YUV 165.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 214 166 40 0 0.22 0.81 0.16 43.45 0.69 0.5
Hex D6 A6 28 0 16 51 10 2B 45 32
Octal 326 246 50 0 26 121 20 53 105 62
Binary 11010110 10100110 101000 0 10110 1010001 10000 101011 1000101 110010

Color Harmonies of #D6A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A628

Black with #D6A628

Text Example


Text Example

White with #D6A628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A628; }

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

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

background-color css

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

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

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

border-color css

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

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

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