Html Css Color HEX #D9A41C Galliano

📋 copy color: '#D9A41C'

red 217 ◦ green 164 ◦ blue 28

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

Shades of Galliano #D9A41C

Tints of Galliano #D9A41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 53.06%
G = 40.1%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9A41C (or 0xD9A41C) is known color: Galliano. HEX triplet: D9, A4 and 1C. RGB value is (217,164,28). Sum of RGB (Red+Green+Blue) = 217+164+28=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A41C is #265BE3. Grayscale: #A4A4A4. Windows color (decimal): -2513892 or 1877209. OLE color: 1877209.

HSL color Cylindrical-coordinate representation of color #D9A41C: hue angle of 43.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9A41C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 164 28 -
CMYK 0 0.24 0.87 0.15
HSL 43.17º 0.77% 0.48% -
HSV(B) 43.17º 0.87% 0.85% -
XYZ 42.1 41.39 6.87 -
YUV 164.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 217 164 28 0 0.24 0.87 0.15 43.17 0.77 0.48
Hex D9 A4 1C 0 18 57 F 2B 4D 30
Octal 331 244 34 0 30 127 17 53 115 60
Binary 11011001 10100100 11100 0 11000 1010111 1111 101011 1001101 110000

Color Harmonies of #D9A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A41C

Black with #D9A41C

Text Example


Text Example

White with #D9A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A41C; }

 p { color: rgb(217,164,28); }

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

background-color css

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

 a { background-color: rgb(217,164,28); }

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

border-color css

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

 span { border-color: rgb(217,164,28); }

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