Html Css Color HEX #D9A01B Galliano

📋 copy color: '#D9A01B'

red 217 ◦ green 160 ◦ blue 27

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

Shades of Galliano #D9A01B

Tints of Galliano #D9A01B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

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

R = 53.71%
G = 39.6%
B = 6.68%

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

#D9A01B (or 0xD9A01B) is known color: Galliano. HEX triplet: D9, A0 and 1B. RGB value is (217,160,27). Sum of RGB (Red+Green+Blue) = 217+160+27=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A01B is #265FE4. Grayscale: #A2A2A2. Windows color (decimal): -2514917 or 1810649. OLE color: 1810649.

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

Color convert

RGB 217 160 27 -
CMYK 0 0.26 0.88 0.15
HSL 42º 0.78% 0.48% -
HSV(B) 42º 0.88% 0.85% -
XYZ 41.38 39.97 6.57 -
YUV 161.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 217 160 27 0 0.26 0.88 0.15 42 0.78 0.48
Hex D9 A0 1B 0 1A 58 F 2A 4E 30
Octal 331 240 33 0 32 130 17 52 116 60
Binary 11011001 10100000 11011 0 11010 1011000 1111 101010 1001110 110000

Color Harmonies of #D9A01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A01B

Black with #D9A01B

Text Example


Text Example

White with #D9A01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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