Html Css Color HEX #D2A40F Galliano

📋 copy color: '#D2A40F'

red 210 ◦ green 164 ◦ blue 15

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

Shades of Galliano #D2A40F

Tints of Galliano #D2A40F

RGB

 RED value IS 210 (82.42% from 255) = 53.98%

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

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

R = 53.98%
G = 42.16%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2A40F (or 0xD2A40F) is known color: Galliano. HEX triplet: D2, A4 and 0F. RGB value is (210,164,15). Sum of RGB (Red+Green+Blue) = 210+164+15=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A40F is #2D5BF0. Grayscale: #A1A1A1. Windows color (decimal): -2972657 or 1025234. OLE color: 1025234.

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

Color convert

RGB 210 164 15 -
CMYK 0 0.22 0.93 0.18
HSL 45.85º 0.87% 0.44% -
HSV(B) 45.85º 0.93% 0.82% -
XYZ 39.94 40.29 6.12 -
YUV 160.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 210 164 15 0 0.22 0.93 0.18 45.85 0.87 0.44
Hex D2 A4 F 0 16 5D 12 2E 57 2C
Octal 322 244 17 0 26 135 22 56 127 54
Binary 11010010 10100100 1111 0 10110 1011101 10010 101110 1010111 101100

Color Harmonies of #D2A40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A40F

Black with #D2A40F

Text Example


Text Example

White with #D2A40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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