Html Css Color HEX #D1A80F Galliano

📋 copy color: '#D1A80F'

red 209 ◦ green 168 ◦ blue 15

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

Shades of Galliano #D1A80F

Tints of Galliano #D1A80F

RGB

 RED value IS 209 (82.03% from 255) = 53.32%

 GREEN value IS 168 (66.02% from 255) = 42.86%

 BLUE value IS 15 (6.25% from 255) = 3.83%

R = 53.32%
G = 42.86%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1A80F (or 0xD1A80F) is known color: Galliano. HEX triplet: D1, A8 and 0F. RGB value is (209,168,15). Sum of RGB (Red+Green+Blue) = 209+168+15=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A80F is #2E57F0. Grayscale: #A3A3A3. Windows color (decimal): -3037169 or 1026257. OLE color: 1026257.

HSL color Cylindrical-coordinate representation of color #D1A80F: hue angle of 47.32º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1A80F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 15 -
CMYK 0 0.20 0.93 0.18
HSL 47.32º 0.87% 0.44% -
HSV(B) 47.32º 0.93% 0.82% -
XYZ 40.38 41.6 6.35 -
YUV 162.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 209 168 15 0 0.20 0.93 0.18 47.32 0.87 0.44
Hex D1 A8 F 0 14 5D 12 2F 57 2C
Octal 321 250 17 0 24 135 22 57 127 54
Binary 11010001 10101000 1111 0 10100 1011101 10010 101111 1010111 101100

Color Harmonies of #D1A80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A80F

Black with #D1A80F

Text Example


Text Example

White with #D1A80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A80F; }

 p { color: rgb(209,168,15); }

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

background-color css

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

 a { background-color: rgb(209,168,15); }

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

border-color css

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

 span { border-color: rgb(209,168,15); }

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