Html Css Color HEX #D8A128 Galliano

📋 copy color: '#D8A128'

red 216 ◦ green 161 ◦ blue 40

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

Shades of Galliano #D8A128

Tints of Galliano #D8A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 51.8%
G = 38.61%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A128 (or 0xD8A128) is known color: Galliano. HEX triplet: D8, A1 and 28. RGB value is (216,161,40). Sum of RGB (Red+Green+Blue) = 216+161+40=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A128 is #275ED7. Grayscale: #A4A4A4. Windows color (decimal): -2580184 or 2662872. OLE color: 2662872.

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

Color convert

RGB 216 161 40 -
CMYK 0 0.25 0.81 0.15
HSL 41.25º 0.69% 0.5% -
HSV(B) 41.25º 0.81% 0.85% -
XYZ 41.45 40.24 7.59 -
YUV 163.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 216 161 40 0 0.25 0.81 0.15 41.25 0.69 0.5
Hex D8 A1 28 0 19 51 F 29 45 32
Octal 330 241 50 0 31 121 17 51 105 62
Binary 11011000 10100001 101000 0 11001 1010001 1111 101001 1000101 110010

Color Harmonies of #D8A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A128

Black with #D8A128

Text Example


Text Example

White with #D8A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A128; }

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

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

background-color css

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

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

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

border-color css

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

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

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