Html Css Color HEX #D7AB10 Galliano

📋 copy color: '#D7AB10'

red 215 ◦ green 171 ◦ blue 16

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

Shades of Galliano #D7AB10

Tints of Galliano #D7AB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 53.48%
G = 42.54%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7AB10 (or 0xD7AB10) is known color: Galliano. HEX triplet: D7, AB and 10. RGB value is (215,171,16). Sum of RGB (Red+Green+Blue) = 215+171+16=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AB10 is #2854EF. Grayscale: #A7A7A7. Windows color (decimal): -2643184 or 1092567. OLE color: 1092567.

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

Color convert

RGB 215 171 16 -
CMYK 0 0.20 0.93 0.16
HSL 46.73º 0.86% 0.45% -
HSV(B) 46.73º 0.93% 0.84% -
XYZ 42.68 43.61 6.66 -
YUV 166.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 215 171 16 0 0.20 0.93 0.16 46.73 0.86 0.45
Hex D7 AB 10 0 14 5D 10 2F 56 2D
Octal 327 253 20 0 24 135 20 57 126 55
Binary 11010111 10101011 10000 0 10100 1011101 10000 101111 1010110 101101

Color Harmonies of #D7AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB10

Black with #D7AB10

Text Example


Text Example

White with #D7AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB10; }

 p { color: rgb(215,171,16); }

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

background-color css

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

 a { background-color: rgb(215,171,16); }

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

border-color css

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

 span { border-color: rgb(215,171,16); }

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