Html Css Color HEX #D7AB19 Galliano

📋 copy color: '#D7AB19'

red 215 ◦ green 171 ◦ blue 25

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

Shades of Galliano #D7AB19

Tints of Galliano #D7AB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 52.31%
G = 41.61%
B = 6.08%

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

#D7AB19 (or 0xD7AB19) is known color: Galliano. HEX triplet: D7, AB and 19. RGB value is (215,171,25). Sum of RGB (Red+Green+Blue) = 215+171+25=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AB19 is #2854E6. Grayscale: #A8A8A8. Windows color (decimal): -2643175 or 1682391. OLE color: 1682391.

HSL color Cylindrical-coordinate representation of color #D7AB19: hue angle of 46.11º degrees, saturation: 0.79, 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 #D7AB19 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 25 -
CMYK 0 0.20 0.88 0.16
HSL 46.11º 0.79% 0.47% -
HSV(B) 46.11º 0.88% 0.84% -
XYZ 42.76 43.64 7.09 -
YUV 167.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 215 171 25 0 0.20 0.88 0.16 46.11 0.79 0.47
Hex D7 AB 19 0 14 58 10 2E 4F 2F
Octal 327 253 31 0 24 130 20 56 117 57
Binary 11010111 10101011 11001 0 10100 1011000 10000 101110 1001111 101111

Color Harmonies of #D7AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB19

Black with #D7AB19

Text Example


Text Example

White with #D7AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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