Html Css Color HEX #D8A628 Galliano

📋 copy color: '#D8A628'

red 216 ◦ green 166 ◦ blue 40

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

Shades of Galliano #D8A628

Tints of Galliano #D8A628

RGB

 RED value IS 216 (84.77% from 255) = 51.18%

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

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

R = 51.18%
G = 39.34%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A628 (or 0xD8A628) is known color: Galliano. HEX triplet: D8, A6 and 28. RGB value is (216,166,40). Sum of RGB (Red+Green+Blue) = 216+166+40=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A628 is #2759D7. Grayscale: #A7A7A7. Windows color (decimal): -2578904 or 2664152. OLE color: 2664152.

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

Color convert

RGB 216 166 40 -
CMYK 0 0.23 0.81 0.15
HSL 42.95º 0.69% 0.5% -
HSV(B) 42.95º 0.81% 0.85% -
XYZ 42.34 42.02 7.89 -
YUV 166.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 216 166 40 0 0.23 0.81 0.15 42.95 0.69 0.5
Hex D8 A6 28 0 17 51 F 2B 45 32
Octal 330 246 50 0 27 121 17 53 105 62
Binary 11011000 10100110 101000 0 10111 1010001 1111 101011 1000101 110010

Color Harmonies of #D8A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A628

Black with #D8A628

Text Example


Text Example

White with #D8A628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A628; }

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

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

background-color css

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

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

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

border-color css

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

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

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