Html Css Color HEX #D9A11B Galliano

📋 copy color: '#D9A11B'

red 217 ◦ green 161 ◦ blue 27

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

Shades of Galliano #D9A11B

Tints of Galliano #D9A11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

 BLUE value IS 27 (10.94% from 255) = 6.67%

R = 53.58%
G = 39.75%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9A11B (or 0xD9A11B) is known color: Galliano. HEX triplet: D9, A1 and 1B. RGB value is (217,161,27). Sum of RGB (Red+Green+Blue) = 217+161+27=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A11B is #265EE4. Grayscale: #A3A3A3. Windows color (decimal): -2514661 or 1810905. OLE color: 1810905.

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

Color convert

RGB 217 161 27 -
CMYK 0 0.26 0.88 0.15
HSL 42.32º 0.78% 0.48% -
HSV(B) 42.32º 0.88% 0.85% -
XYZ 41.56 40.32 6.63 -
YUV 162.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 217 161 27 0 0.26 0.88 0.15 42.32 0.78 0.48
Hex D9 A1 1B 0 1A 58 F 2A 4E 30
Octal 331 241 33 0 32 130 17 52 116 60
Binary 11011001 10100001 11011 0 11010 1011000 1111 101010 1001110 110000

Color Harmonies of #D9A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A11B

Black with #D9A11B

Text Example


Text Example

White with #D9A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A11B; }

 p { color: rgb(217,161,27); }

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

background-color css

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

 a { background-color: rgb(217,161,27); }

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

border-color css

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

 span { border-color: rgb(217,161,27); }

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