Html Css Color HEX #D9A926 Galliano

📋 copy color: '#D9A926'

red 217 ◦ green 169 ◦ blue 38

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

Shades of Galliano #D9A926

Tints of Galliano #D9A926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 51.18%
G = 39.86%
B = 8.96%

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

#D9A926 (or 0xD9A926) is known color: Galliano. HEX triplet: D9, A9 and 26. RGB value is (217,169,38). Sum of RGB (Red+Green+Blue) = 217+169+38=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A926 is #2656D9. Grayscale: #A8A8A8. Windows color (decimal): -2512602 or 2533849. OLE color: 2533849.

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

Color convert

RGB 217 169 38 -
CMYK 0 0.22 0.82 0.15
HSL 43.91º 0.7% 0.5% -
HSV(B) 43.91º 0.82% 0.85% -
XYZ 43.15 43.27 7.91 -
YUV 168.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 217 169 38 0 0.22 0.82 0.15 43.91 0.7 0.5
Hex D9 A9 26 0 16 52 F 2C 46 32
Octal 331 251 46 0 26 122 17 54 106 62
Binary 11011001 10101001 100110 0 10110 1010010 1111 101100 1000110 110010

Color Harmonies of #D9A926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A926

Black with #D9A926

Text Example


Text Example

White with #D9A926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A926; }

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

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

background-color css

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

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

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

border-color css

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

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

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