Html Css Color HEX #D7AD1A Galliano

📋 copy color: '#D7AD1A'

red 215 ◦ green 173 ◦ blue 26

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

Shades of Galliano #D7AD1A

Tints of Galliano #D7AD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 51.93%
G = 41.79%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7AD1A (or 0xD7AD1A) is known color: Galliano. HEX triplet: D7, AD and 1A. RGB value is (215,173,26). Sum of RGB (Red+Green+Blue) = 215+173+26=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD1A is #2852E5. Grayscale: #A9A9A9. Windows color (decimal): -2642662 or 1748439. OLE color: 1748439.

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

Color convert

RGB 215 173 26 -
CMYK 0 0.20 0.88 0.16
HSL 46.67º 0.78% 0.47% -
HSV(B) 46.67º 0.88% 0.84% -
XYZ 43.15 44.41 7.27 -
YUV 168.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 215 173 26 0 0.20 0.88 0.16 46.67 0.78 0.47
Hex D7 AD 1A 0 14 58 10 2F 4E 2F
Octal 327 255 32 0 24 130 20 57 116 57
Binary 11010111 10101101 11010 0 10100 1011000 10000 101111 1001110 101111

Color Harmonies of #D7AD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD1A

Black with #D7AD1A

Text Example


Text Example

White with #D7AD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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