Html Css Color HEX #D8A226 Galliano

📋 copy color: '#D8A226'

red 216 ◦ green 162 ◦ blue 38

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

Shades of Galliano #D8A226

Tints of Galliano #D8A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

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

R = 51.92%
G = 38.94%
B = 9.13%

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

#D8A226 (or 0xD8A226) is known color: Galliano. HEX triplet: D8, A2 and 26. RGB value is (216,162,38). Sum of RGB (Red+Green+Blue) = 216+162+38=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A226 is #275DD9. Grayscale: #A4A4A4. Windows color (decimal): -2579930 or 2532056. OLE color: 2532056.

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

Color convert

RGB 216 162 38 -
CMYK 0 0.25 0.82 0.15
HSL 41.8º 0.7% 0.5% -
HSV(B) 41.8º 0.82% 0.85% -
XYZ 41.59 40.58 7.47 -
YUV 164.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 216 162 38 0 0.25 0.82 0.15 41.8 0.7 0.5
Hex D8 A2 26 0 19 52 F 2A 46 32
Octal 330 242 46 0 31 122 17 52 106 62
Binary 11011000 10100010 100110 0 11001 1010010 1111 101010 1000110 110010

Color Harmonies of #D8A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A226

Black with #D8A226

Text Example


Text Example

White with #D8A226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A226; }

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

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

background-color css

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

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

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

border-color css

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

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

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