Html Css Color HEX #D9A827 Galliano

📋 copy color: '#D9A827'

red 217 ◦ green 168 ◦ blue 39

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

Shades of Galliano #D9A827

Tints of Galliano #D9A827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 51.18%
G = 39.62%
B = 9.2%

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

#D9A827 (or 0xD9A827) is known color: Galliano. HEX triplet: D9, A8 and 27. RGB value is (217,168,39). Sum of RGB (Red+Green+Blue) = 217+168+39=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A827 is #2657D8. Grayscale: #A8A8A8. Windows color (decimal): -2512857 or 2599129. OLE color: 2599129.

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

Color convert

RGB 217 168 39 -
CMYK 0 0.23 0.82 0.15
HSL 43.48º 0.7% 0.5% -
HSV(B) 43.48º 0.82% 0.85% -
XYZ 42.98 42.9 7.94 -
YUV 167.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 217 168 39 0 0.23 0.82 0.15 43.48 0.7 0.5
Hex D9 A8 27 0 17 52 F 2B 46 32
Octal 331 250 47 0 27 122 17 53 106 62
Binary 11011001 10101000 100111 0 10111 1010010 1111 101011 1000110 110010

Color Harmonies of #D9A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A827

Black with #D9A827

Text Example


Text Example

White with #D9A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A827; }

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

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

background-color css

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

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

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

border-color css

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

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

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