Html Css Color HEX #D6AB19 Galliano

📋 copy color: '#D6AB19'

red 214 ◦ green 171 ◦ blue 25

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

Shades of Galliano #D6AB19

Tints of Galliano #D6AB19

RGB

 RED value IS 214 (83.98% from 255) = 52.2%

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

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

R = 52.2%
G = 41.71%
B = 6.1%

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

#D6AB19 (or 0xD6AB19) is known color: Galliano. HEX triplet: D6, AB and 19. RGB value is (214,171,25). Sum of RGB (Red+Green+Blue) = 214+171+25=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AB19 is #2954E6. Grayscale: #A7A7A7. Windows color (decimal): -2708711 or 1682390. OLE color: 1682390.

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

Color convert

RGB 214 171 25 -
CMYK 0 0.20 0.88 0.16
HSL 46.35º 0.79% 0.47% -
HSV(B) 46.35º 0.88% 0.84% -
XYZ 42.47 43.49 7.08 -
YUV 167.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 214 171 25 0 0.20 0.88 0.16 46.35 0.79 0.47
Hex D6 AB 19 0 14 58 10 2E 4F 2F
Octal 326 253 31 0 24 130 20 56 117 57
Binary 11010110 10101011 11001 0 10100 1011000 10000 101110 1001111 101111

Color Harmonies of #D6AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB19

Black with #D6AB19

Text Example


Text Example

White with #D6AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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