Html Css Color HEX #D9A227 Galliano

📋 copy color: '#D9A227'

red 217 ◦ green 162 ◦ blue 39

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

Shades of Galliano #D9A227

Tints of Galliano #D9A227

RGB

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

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

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

R = 51.91%
G = 38.76%
B = 9.33%

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

#D9A227 (or 0xD9A227) is known color: Galliano. HEX triplet: D9, A2 and 27. RGB value is (217,162,39). Sum of RGB (Red+Green+Blue) = 217+162+39=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A227 is #265DD8. Grayscale: #A4A4A4. Windows color (decimal): -2514393 or 2597593. OLE color: 2597593.

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

Color convert

RGB 217 162 39 -
CMYK 0 0.25 0.82 0.15
HSL 41.46º 0.7% 0.5% -
HSV(B) 41.46º 0.82% 0.85% -
XYZ 41.9 40.74 7.57 -
YUV 164.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 217 162 39 0 0.25 0.82 0.15 41.46 0.7 0.5
Hex D9 A2 27 0 19 52 F 29 46 32
Octal 331 242 47 0 31 122 17 51 106 62
Binary 11011001 10100010 100111 0 11001 1010010 1111 101001 1000110 110010

Color Harmonies of #D9A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A227

Black with #D9A227

Text Example


Text Example

White with #D9A227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A227; }

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

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

background-color css

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

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

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

border-color css

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

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

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