Html Css Color HEX #D0A618 Galliano

📋 copy color: '#D0A618'

red 208 ◦ green 166 ◦ blue 24

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

Shades of Galliano #D0A618

Tints of Galliano #D0A618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 24 (9.77% from 255) = 6.03%

R = 52.26%
G = 41.71%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0A618 (or 0xD0A618) is known color: Galliano. HEX triplet: D0, A6 and 18. RGB value is (208,166,24). Sum of RGB (Red+Green+Blue) = 208+166+24=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A618 is #2F59E7. Grayscale: #A2A2A2. Windows color (decimal): -3103208 or 1615568. OLE color: 1615568.

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

Color convert

RGB 208 166 24 -
CMYK 0 0.20 0.88 0.18
HSL 46.3º 0.79% 0.45% -
HSV(B) 46.3º 0.88% 0.82% -
XYZ 39.81 40.75 6.63 -
YUV 162.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 208 166 24 0 0.20 0.88 0.18 46.3 0.79 0.45
Hex D0 A6 18 0 14 58 12 2E 4F 2D
Octal 320 246 30 0 24 130 22 56 117 55
Binary 11010000 10100110 11000 0 10100 1011000 10010 101110 1001111 101101

Color Harmonies of #D0A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A618

Black with #D0A618

Text Example


Text Example

White with #D0A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A618; }

 p { color: rgb(208,166,24); }

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

background-color css

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

 a { background-color: rgb(208,166,24); }

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

border-color css

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

 span { border-color: rgb(208,166,24); }

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