Html Css Color HEX #D0A015 Galliano

📋 copy color: '#D0A015'

red 208 ◦ green 160 ◦ blue 21

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

Shades of Galliano #D0A015

Tints of Galliano #D0A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

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

R = 53.47%
G = 41.13%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0A015 (or 0xD0A015) is known color: Galliano. HEX triplet: D0, A0 and 15. RGB value is (208,160,21). Sum of RGB (Red+Green+Blue) = 208+160+21=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A015 is #2F5FEA. Grayscale: #9F9F9F. Windows color (decimal): -3104747 or 1417424. OLE color: 1417424.

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

Color convert

RGB 208 160 21 -
CMYK 0 0.23 0.90 0.18
HSL 44.6º 0.82% 0.45% -
HSV(B) 44.6º 0.9% 0.82% -
XYZ 38.72 38.61 6.12 -
YUV 158.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 208 160 21 0 0.23 0.90 0.18 44.6 0.82 0.45
Hex D0 A0 15 0 17 5A 12 2D 52 2D
Octal 320 240 25 0 27 132 22 55 122 55
Binary 11010000 10100000 10101 0 10111 1011010 10010 101101 1010010 101101

Color Harmonies of #D0A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A015

Black with #D0A015

Text Example


Text Example

White with #D0A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A015; }

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

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

background-color css

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

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

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

border-color css

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

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

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