Html Css Color HEX #D7AD14 Galliano

📋 copy color: '#D7AD14'

red 215 ◦ green 173 ◦ blue 20

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

Shades of Galliano #D7AD14

Tints of Galliano #D7AD14

RGB

 RED value IS 215 (84.38% from 255) = 52.7%

 GREEN value IS 173 (67.97% from 255) = 42.4%

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

R = 52.7%
G = 42.4%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7AD14 (or 0xD7AD14) is known color: Galliano. HEX triplet: D7, AD and 14. RGB value is (215,173,20). Sum of RGB (Red+Green+Blue) = 215+173+20=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AD14 is #2852EB. Grayscale: #A8A8A8. Windows color (decimal): -2642668 or 1355223. OLE color: 1355223.

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

Color convert

RGB 215 173 20 -
CMYK 0 0.20 0.91 0.16
HSL 47.08º 0.83% 0.46% -
HSV(B) 47.08º 0.91% 0.84% -
XYZ 43.09 44.38 6.96 -
YUV 168.12 44.41 161.44 -
System Red Green Blue C M Y K H S L
Decimal 215 173 20 0 0.20 0.91 0.16 47.08 0.83 0.46
Hex D7 AD 14 0 14 5B 10 2F 53 2E
Octal 327 255 24 0 24 133 20 57 123 56
Binary 11010111 10101101 10100 0 10100 1011011 10000 101111 1010011 101110

Color Harmonies of #D7AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD14

Black with #D7AD14

Text Example


Text Example

White with #D7AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD14; }

 p { color: rgb(215,173,20); }

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

background-color css

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

 a { background-color: rgb(215,173,20); }

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

border-color css

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

 span { border-color: rgb(215,173,20); }

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