Html Css Color HEX #D8A714 Galliano

📋 copy color: '#D8A714'

red 216 ◦ green 167 ◦ blue 20

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

Shades of Galliano #D8A714

Tints of Galliano #D8A714

RGB

 RED value IS 216 (84.77% from 255) = 53.6%

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 53.6%
G = 41.44%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8A714 (or 0xD8A714) is known color: Galliano. HEX triplet: D8, A7 and 14. RGB value is (216,167,20). Sum of RGB (Red+Green+Blue) = 216+167+20=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A714 is #2758EB. Grayscale: #A5A5A5. Windows color (decimal): -2578668 or 1353688. OLE color: 1353688.

HSL color Cylindrical-coordinate representation of color #D8A714: hue angle of 45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8A714 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 20 -
CMYK 0 0.23 0.91 0.15
HSL 45º 0.83% 0.46% -
HSV(B) 45º 0.91% 0.85% -
XYZ 42.26 42.29 6.6 -
YUV 164.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 216 167 20 0 0.23 0.91 0.15 45 0.83 0.46
Hex D8 A7 14 0 17 5B F 2D 53 2E
Octal 330 247 24 0 27 133 17 55 123 56
Binary 11011000 10100111 10100 0 10111 1011011 1111 101101 1010011 101110

Color Harmonies of #D8A714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A714

Black with #D8A714

Text Example


Text Example

White with #D8A714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A714; }

 p { color: rgb(216,167,20); }

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

background-color css

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

 a { background-color: rgb(216,167,20); }

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

border-color css

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

 span { border-color: rgb(216,167,20); }

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