Html Css Color HEX #D0A40F Galliano

📋 copy color: '#D0A40F'

red 208 ◦ green 164 ◦ blue 15

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

Shades of Galliano #D0A40F

Tints of Galliano #D0A40F

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

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

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

R = 53.75%
G = 42.38%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0A40F (or 0xD0A40F) is known color: Galliano. HEX triplet: D0, A4 and 0F. RGB value is (208,164,15). Sum of RGB (Red+Green+Blue) = 208+164+15=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A40F is #2F5BF0. Grayscale: #A0A0A0. Windows color (decimal): -3103729 or 1025232. OLE color: 1025232.

HSL color Cylindrical-coordinate representation of color #D0A40F: hue angle of 46.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 #D0A40F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 15 -
CMYK 0 0.21 0.93 0.18
HSL 46.32º 0.87% 0.44% -
HSV(B) 46.32º 0.93% 0.82% -
XYZ 39.37 40 6.1 -
YUV 160.17 46.08 162.12 -
System Red Green Blue C M Y K H S L
Decimal 208 164 15 0 0.21 0.93 0.18 46.32 0.87 0.44
Hex D0 A4 F 0 15 5D 12 2E 57 2C
Octal 320 244 17 0 25 135 22 56 127 54
Binary 11010000 10100100 1111 0 10101 1011101 10010 101110 1010111 101100

Color Harmonies of #D0A40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A40F

Black with #D0A40F

Text Example


Text Example

White with #D0A40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A40F; }

 p { color: rgb(208,164,15); }

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

background-color css

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

 a { background-color: rgb(208,164,15); }

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

border-color css

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

 span { border-color: rgb(208,164,15); }

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