Html Css Color HEX #D0A815 Galliano

📋 copy color: '#D0A815'

red 208 ◦ green 168 ◦ blue 21

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

Shades of Galliano #D0A815

Tints of Galliano #D0A815

RGB

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

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

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

R = 52.39%
G = 42.32%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0A815 (or 0xD0A815) is known color: Galliano. HEX triplet: D0, A8 and 15. RGB value is (208,168,21). Sum of RGB (Red+Green+Blue) = 208+168+21=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A815 is #2F57EA. Grayscale: #A3A3A3. Windows color (decimal): -3102699 or 1419472. OLE color: 1419472.

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

Color convert

RGB 208 168 21 -
CMYK 0 0.19 0.90 0.18
HSL 47.17º 0.82% 0.45% -
HSV(B) 47.17º 0.9% 0.82% -
XYZ 40.15 41.47 6.6 -
YUV 163.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 208 168 21 0 0.19 0.90 0.18 47.17 0.82 0.45
Hex D0 A8 15 0 13 5A 12 2F 52 2D
Octal 320 250 25 0 23 132 22 57 122 55
Binary 11010000 10101000 10101 0 10011 1011010 10010 101111 1010010 101101

Color Harmonies of #D0A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A815

Black with #D0A815

Text Example


Text Example

White with #D0A815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A815; }

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

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

background-color css

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

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

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

border-color css

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

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

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