Html Css Color HEX #D9A326 Galliano

📋 copy color: '#D9A326'

red 217 ◦ green 163 ◦ blue 38

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

Shades of Galliano #D9A326

Tints of Galliano #D9A326

RGB

 RED value IS 217 (85.16% from 255) = 51.91%

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 51.91%
G = 39%
B = 9.09%

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

#D9A326 (or 0xD9A326) is known color: Galliano. HEX triplet: D9, A3 and 26. RGB value is (217,163,38). Sum of RGB (Red+Green+Blue) = 217+163+38=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A326 is #265CD9. Grayscale: #A5A5A5. Windows color (decimal): -2514138 or 2532313. OLE color: 2532313.

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

Color convert

RGB 217 163 38 -
CMYK 0 0.25 0.82 0.15
HSL 41.9º 0.7% 0.5% -
HSV(B) 41.9º 0.82% 0.85% -
XYZ 42.06 41.09 7.55 -
YUV 164.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 217 163 38 0 0.25 0.82 0.15 41.9 0.7 0.5
Hex D9 A3 26 0 19 52 F 2A 46 32
Octal 331 243 46 0 31 122 17 52 106 62
Binary 11011001 10100011 100110 0 11001 1010010 1111 101010 1000110 110010

Color Harmonies of #D9A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A326

Black with #D9A326

Text Example


Text Example

White with #D9A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A326; }

 p { color: rgb(217,163,38); }

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

background-color css

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

 a { background-color: rgb(217,163,38); }

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

border-color css

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

 span { border-color: rgb(217,163,38); }

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