Html Css Color HEX #D0A718 Galliano

📋 copy color: '#D0A718'

red 208 ◦ green 167 ◦ blue 24

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

Shades of Galliano #D0A718

Tints of Galliano #D0A718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

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

R = 52.13%
G = 41.85%
B = 6.02%

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

#D0A718 (or 0xD0A718) is known color: Galliano. HEX triplet: D0, A7 and 18. RGB value is (208,167,24). Sum of RGB (Red+Green+Blue) = 208+167+24=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A718 is #2F58E7. Grayscale: #A3A3A3. Windows color (decimal): -3102952 or 1615824. OLE color: 1615824.

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

Color convert

RGB 208 167 24 -
CMYK 0 0.20 0.88 0.18
HSL 46.63º 0.79% 0.45% -
HSV(B) 46.63º 0.88% 0.82% -
XYZ 40 41.11 6.69 -
YUV 162.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 208 167 24 0 0.20 0.88 0.18 46.63 0.79 0.45
Hex D0 A7 18 0 14 58 12 2F 4F 2D
Octal 320 247 30 0 24 130 22 57 117 55
Binary 11010000 10100111 11000 0 10100 1011000 10010 101111 1001111 101101

Color Harmonies of #D0A718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A718

Black with #D0A718

Text Example


Text Example

White with #D0A718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A718; }

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

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

background-color css

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

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

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

border-color css

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

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

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