Html Css Color HEX #D7AB1D Galliano

📋 copy color: '#D7AB1D'

red 215 ◦ green 171 ◦ blue 29

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

Shades of Galliano #D7AB1D

Tints of Galliano #D7AB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 51.81%
G = 41.2%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7AB1D (or 0xD7AB1D) is known color: Galliano. HEX triplet: D7, AB and 1D. RGB value is (215,171,29). Sum of RGB (Red+Green+Blue) = 215+171+29=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AB1D is #2854E2. Grayscale: #A8A8A8. Windows color (decimal): -2643171 or 1944535. OLE color: 1944535.

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

Color convert

RGB 215 171 29 -
CMYK 0 0.20 0.87 0.16
HSL 45.81º 0.76% 0.48% -
HSV(B) 45.81º 0.87% 0.84% -
XYZ 42.81 43.66 7.33 -
YUV 167.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 215 171 29 0 0.20 0.87 0.16 45.81 0.76 0.48
Hex D7 AB 1D 0 14 57 10 2E 4C 30
Octal 327 253 35 0 24 127 20 56 114 60
Binary 11010111 10101011 11101 0 10100 1010111 10000 101110 1001100 110000

Color Harmonies of #D7AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB1D

Black with #D7AB1D

Text Example


Text Example

White with #D7AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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