Html Css Color HEX #D9A826 Galliano

📋 copy color: '#D9A826'

red 217 ◦ green 168 ◦ blue 38

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

Shades of Galliano #D9A826

Tints of Galliano #D9A826

RGB

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

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

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

R = 51.3%
G = 39.72%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9A826 (or 0xD9A826) is known color: Galliano. HEX triplet: D9, A8 and 26. RGB value is (217,168,38). Sum of RGB (Red+Green+Blue) = 217+168+38=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A826 is #2657D9. Grayscale: #A8A8A8. Windows color (decimal): -2512858 or 2533593. OLE color: 2533593.

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

Color convert

RGB 217 168 38 -
CMYK 0 0.23 0.82 0.15
HSL 43.58º 0.7% 0.5% -
HSV(B) 43.58º 0.82% 0.85% -
XYZ 42.97 42.9 7.85 -
YUV 167.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 217 168 38 0 0.23 0.82 0.15 43.58 0.7 0.5
Hex D9 A8 26 0 17 52 F 2C 46 32
Octal 331 250 46 0 27 122 17 54 106 62
Binary 11011001 10101000 100110 0 10111 1010010 1111 101100 1000110 110010

Color Harmonies of #D9A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A826

Black with #D9A826

Text Example


Text Example

White with #D9A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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