Html Css Color HEX #D8A126 Galliano

📋 copy color: '#D8A126'

red 216 ◦ green 161 ◦ blue 38

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

Shades of Galliano #D8A126

Tints of Galliano #D8A126

RGB

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

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

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

R = 52.05%
G = 38.8%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8A126 (or 0xD8A126) is known color: Galliano. HEX triplet: D8, A1 and 26. RGB value is (216,161,38). Sum of RGB (Red+Green+Blue) = 216+161+38=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A126 is #275ED9. Grayscale: #A3A3A3. Windows color (decimal): -2580186 or 2531800. OLE color: 2531800.

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

Color convert

RGB 216 161 38 -
CMYK 0 0.25 0.82 0.15
HSL 41.46º 0.7% 0.5% -
HSV(B) 41.46º 0.82% 0.85% -
XYZ 41.41 40.23 7.42 -
YUV 163.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 216 161 38 0 0.25 0.82 0.15 41.46 0.7 0.5
Hex D8 A1 26 0 19 52 F 29 46 32
Octal 330 241 46 0 31 122 17 51 106 62
Binary 11011000 10100001 100110 0 11001 1010010 1111 101001 1000110 110010

Color Harmonies of #D8A126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A126

Black with #D8A126

Text Example


Text Example

White with #D8A126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A126; }

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

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

background-color css

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

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

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

border-color css

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

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

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