Html Css Color HEX #D8A826 Galliano

📋 copy color: '#D8A826'

red 216 ◦ green 168 ◦ blue 38

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

Shades of Galliano #D8A826

Tints of Galliano #D8A826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 38 (15.23% from 255) = 9%

R = 51.18%
G = 39.81%
B = 9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8A826 (or 0xD8A826) is known color: Galliano. HEX triplet: D8, A8 and 26. RGB value is (216,168,38). Sum of RGB (Red+Green+Blue) = 216+168+38=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A826 is #2757D9. Grayscale: #A8A8A8. Windows color (decimal): -2578394 or 2533592. OLE color: 2533592.

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

Color convert

RGB 216 168 38 -
CMYK 0 0.22 0.82 0.15
HSL 43.82º 0.7% 0.5% -
HSV(B) 43.82º 0.82% 0.85% -
XYZ 42.67 42.74 7.84 -
YUV 167.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 216 168 38 0 0.22 0.82 0.15 43.82 0.7 0.5
Hex D8 A8 26 0 16 52 F 2C 46 32
Octal 330 250 46 0 26 122 17 54 106 62
Binary 11011000 10101000 100110 0 10110 1010010 1111 101100 1000110 110010

Color Harmonies of #D8A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A826

Black with #D8A826

Text Example


Text Example

White with #D8A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A826; }

 p { color: rgb(216,168,38); }

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

background-color css

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

 a { background-color: rgb(216,168,38); }

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

border-color css

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

 span { border-color: rgb(216,168,38); }

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