Html Css Color HEX #D9A331 Galliano

📋 copy color: '#D9A331'

red 217 ◦ green 163 ◦ blue 49

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

Shades of Galliano #D9A331

Tints of Galliano #D9A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 50.58%
G = 38%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9A331 (or 0xD9A331) is known color: Galliano. HEX triplet: D9, A3 and 31. RGB value is (217,163,49). Sum of RGB (Red+Green+Blue) = 217+163+49=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A331 is #265CCE. Grayscale: #A6A6A6. Windows color (decimal): -2514127 or 3253209. OLE color: 3253209.

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

Color convert

RGB 217 163 49 -
CMYK 0 0.25 0.77 0.15
HSL 40.71º 0.69% 0.52% -
HSV(B) 40.71º 0.77% 0.85% -
XYZ 42.27 41.17 8.62 -
YUV 166.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 217 163 49 0 0.25 0.77 0.15 40.71 0.69 0.52
Hex D9 A3 31 0 19 4D F 29 45 34
Octal 331 243 61 0 31 115 17 51 105 64
Binary 11011001 10100011 110001 0 11001 1001101 1111 101001 1000101 110100

Color Harmonies of #D9A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A331

Black with #D9A331

Text Example


Text Example

White with #D9A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A331; }

 p { color: rgb(217,163,49); }

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

background-color css

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

 a { background-color: rgb(217,163,49); }

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

border-color css

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

 span { border-color: rgb(217,163,49); }

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