Html Css Color HEX #D6AB1B Galliano

📋 copy color: '#D6AB1B'

red 214 ◦ green 171 ◦ blue 27

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

Shades of Galliano #D6AB1B

Tints of Galliano #D6AB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 51.94%
G = 41.5%
B = 6.55%

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

#D6AB1B (or 0xD6AB1B) is known color: Galliano. HEX triplet: D6, AB and 1B. RGB value is (214,171,27). Sum of RGB (Red+Green+Blue) = 214+171+27=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB1B is #2954E4. Grayscale: #A8A8A8. Windows color (decimal): -2708709 or 1813462. OLE color: 1813462.

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

Color convert

RGB 214 171 27 -
CMYK 0 0.20 0.87 0.16
HSL 46.2º 0.78% 0.47% -
HSV(B) 46.2º 0.87% 0.84% -
XYZ 42.49 43.5 7.19 -
YUV 167.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 214 171 27 0 0.20 0.87 0.16 46.2 0.78 0.47
Hex D6 AB 1B 0 14 57 10 2E 4E 2F
Octal 326 253 33 0 24 127 20 56 116 57
Binary 11010110 10101011 11011 0 10100 1010111 10000 101110 1001110 101111

Color Harmonies of #D6AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB1B

Black with #D6AB1B

Text Example


Text Example

White with #D6AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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