Html Css Color HEX #D0A628 Galliano

📋 copy color: '#D0A628'

red 208 ◦ green 166 ◦ blue 40

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

Shades of Galliano #D0A628

Tints of Galliano #D0A628

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

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

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

R = 50.24%
G = 40.1%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0A628 (or 0xD0A628) is known color: Galliano. HEX triplet: D0, A6 and 28. RGB value is (208,166,40). Sum of RGB (Red+Green+Blue) = 208+166+40=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A628 is #2F59D7. Grayscale: #A4A4A4. Windows color (decimal): -3103192 or 2664144. OLE color: 2664144.

HSL color Cylindrical-coordinate representation of color #D0A628: hue angle of 45º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0A628 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 40 -
CMYK 0 0.20 0.81 0.18
HSL 45º 0.68% 0.49% -
HSV(B) 45º 0.81% 0.82% -
XYZ 40.03 40.84 7.78 -
YUV 164.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 208 166 40 0 0.20 0.81 0.18 45 0.68 0.49
Hex D0 A6 28 0 14 51 12 2D 44 31
Octal 320 246 50 0 24 121 22 55 104 61
Binary 11010000 10100110 101000 0 10100 1010001 10010 101101 1000100 110001

Color Harmonies of #D0A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A628

Black with #D0A628

Text Example


Text Example

White with #D0A628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A628; }

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

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

background-color css

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

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

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

border-color css

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

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

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