Html Css Color HEX #D9A431 Galliano

📋 copy color: '#D9A431'

red 217 ◦ green 164 ◦ blue 49

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

Shades of Galliano #D9A431

Tints of Galliano #D9A431

RGB

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

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

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

R = 50.47%
G = 38.14%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9A431 (or 0xD9A431) is known color: Galliano. HEX triplet: D9, A4 and 31. RGB value is (217,164,49). Sum of RGB (Red+Green+Blue) = 217+164+49=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A431 is #265BCE. Grayscale: #A7A7A7. Windows color (decimal): -2513871 or 3253465. OLE color: 3253465.

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

Color convert

RGB 217 164 49 -
CMYK 0 0.24 0.77 0.15
HSL 41.07º 0.69% 0.52% -
HSV(B) 41.07º 0.77% 0.85% -
XYZ 42.45 41.52 8.68 -
YUV 166.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 217 164 49 0 0.24 0.77 0.15 41.07 0.69 0.52
Hex D9 A4 31 0 18 4D F 29 45 34
Octal 331 244 61 0 30 115 17 51 105 64
Binary 11011001 10100100 110001 0 11000 1001101 1111 101001 1000101 110100

Color Harmonies of #D9A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A431

Black with #D9A431

Text Example


Text Example

White with #D9A431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A431; }

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

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

background-color css

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

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

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

border-color css

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

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

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