Html Css Color HEX #D6A028 Galliano

📋 copy color: '#D6A028'

red 214 ◦ green 160 ◦ blue 40

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

Shades of Galliano #D6A028

Tints of Galliano #D6A028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.65%

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

R = 51.69%
G = 38.65%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6A028 (or 0xD6A028) is known color: Galliano. HEX triplet: D6, A0 and 28. RGB value is (214,160,40). Sum of RGB (Red+Green+Blue) = 214+160+40=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A028 is #295FD7. Grayscale: #A3A3A3. Windows color (decimal): -2711512 or 2662614. OLE color: 2662614.

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

Color convert

RGB 214 160 40 -
CMYK 0 0.25 0.81 0.16
HSL 41.38º 0.69% 0.5% -
HSV(B) 41.38º 0.81% 0.84% -
XYZ 40.69 39.59 7.5 -
YUV 162.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 214 160 40 0 0.25 0.81 0.16 41.38 0.69 0.5
Hex D6 A0 28 0 19 51 10 29 45 32
Octal 326 240 50 0 31 121 20 51 105 62
Binary 11010110 10100000 101000 0 11001 1010001 10000 101001 1000101 110010

Color Harmonies of #D6A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A028

Black with #D6A028

Text Example


Text Example

White with #D6A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A028; }

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

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

background-color css

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

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

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

border-color css

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

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

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