Html Css Color HEX #D9A01D Galliano

📋 copy color: '#D9A01D'

red 217 ◦ green 160 ◦ blue 29

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

Shades of Galliano #D9A01D

Tints of Galliano #D9A01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 53.45%
G = 39.41%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9A01D (or 0xD9A01D) is known color: Galliano. HEX triplet: D9, A0 and 1D. RGB value is (217,160,29). Sum of RGB (Red+Green+Blue) = 217+160+29=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A01D is #265FE2. Grayscale: #A2A2A2. Windows color (decimal): -2514915 or 1941721. OLE color: 1941721.

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

Color convert

RGB 217 160 29 -
CMYK 0 0.26 0.87 0.15
HSL 41.81º 0.76% 0.48% -
HSV(B) 41.81º 0.87% 0.85% -
XYZ 41.41 39.98 6.7 -
YUV 162.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 217 160 29 0 0.26 0.87 0.15 41.81 0.76 0.48
Hex D9 A0 1D 0 1A 57 F 2A 4C 30
Octal 331 240 35 0 32 127 17 52 114 60
Binary 11011001 10100000 11101 0 11010 1010111 1111 101010 1001100 110000

Color Harmonies of #D9A01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A01D

Black with #D9A01D

Text Example


Text Example

White with #D9A01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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