Html Css Color HEX #D0A315 Galliano

📋 copy color: '#D0A315'

red 208 ◦ green 163 ◦ blue 21

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

Shades of Galliano #D0A315

Tints of Galliano #D0A315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 53.06%
G = 41.58%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0A315 (or 0xD0A315) is known color: Galliano. HEX triplet: D0, A3 and 15. RGB value is (208,163,21). Sum of RGB (Red+Green+Blue) = 208+163+21=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A315 is #2F5CEA. Grayscale: #A0A0A0. Windows color (decimal): -3103979 or 1418192. OLE color: 1418192.

HSL color Cylindrical-coordinate representation of color #D0A315: hue angle of 45.56º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0A315 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 21 -
CMYK 0 0.22 0.90 0.18
HSL 45.56º 0.82% 0.45% -
HSV(B) 45.56º 0.9% 0.82% -
XYZ 39.24 39.66 6.3 -
YUV 160.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 208 163 21 0 0.22 0.90 0.18 45.56 0.82 0.45
Hex D0 A3 15 0 16 5A 12 2E 52 2D
Octal 320 243 25 0 26 132 22 56 122 55
Binary 11010000 10100011 10101 0 10110 1011010 10010 101110 1010010 101101

Color Harmonies of #D0A315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A315

Black with #D0A315

Text Example


Text Example

White with #D0A315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A315; }

 p { color: rgb(208,163,21); }

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

background-color css

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

 a { background-color: rgb(208,163,21); }

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

border-color css

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

 span { border-color: rgb(208,163,21); }

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