Html Css Color HEX #D9A513 Galliano

📋 copy color: '#D9A513'

red 217 ◦ green 165 ◦ blue 19

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

Shades of Galliano #D9A513

Tints of Galliano #D9A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 54.11%
G = 41.15%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9A513 (or 0xD9A513) is known color: Galliano. HEX triplet: D9, A5 and 13. RGB value is (217,165,19). Sum of RGB (Red+Green+Blue) = 217+165+19=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A513 is #265AEC. Grayscale: #A4A4A4. Windows color (decimal): -2513645 or 1287641. OLE color: 1287641.

HSL color Cylindrical-coordinate representation of color #D9A513: hue angle of 44.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9A513 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 165 19 -
CMYK 0 0.24 0.91 0.15
HSL 44.24º 0.84% 0.46% -
HSV(B) 44.24º 0.91% 0.85% -
XYZ 42.19 41.71 6.44 -
YUV 163.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 217 165 19 0 0.24 0.91 0.15 44.24 0.84 0.46
Hex D9 A5 13 0 18 5B F 2C 54 2E
Octal 331 245 23 0 30 133 17 54 124 56
Binary 11011001 10100101 10011 0 11000 1011011 1111 101100 1010100 101110

Color Harmonies of #D9A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A513

Black with #D9A513

Text Example


Text Example

White with #D9A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A513; }

 p { color: rgb(217,165,19); }

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

background-color css

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

 a { background-color: rgb(217,165,19); }

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

border-color css

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

 span { border-color: rgb(217,165,19); }

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