Html Css Color HEX #D6A91B Galliano

📋 copy color: '#D6A91B'

red 214 ◦ green 169 ◦ blue 27

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

Shades of Galliano #D6A91B

Tints of Galliano #D6A91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

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

R = 52.2%
G = 41.22%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6A91B (or 0xD6A91B) is known color: Galliano. HEX triplet: D6, A9 and 1B. RGB value is (214,169,27). Sum of RGB (Red+Green+Blue) = 214+169+27=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A91B is #2956E4. Grayscale: #A6A6A6. Windows color (decimal): -2709221 or 1812950. OLE color: 1812950.

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

Color convert

RGB 214 169 27 -
CMYK 0 0.21 0.87 0.16
HSL 45.56º 0.78% 0.47% -
HSV(B) 45.56º 0.87% 0.84% -
XYZ 42.12 42.75 7.07 -
YUV 166.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 214 169 27 0 0.21 0.87 0.16 45.56 0.78 0.47
Hex D6 A9 1B 0 15 57 10 2E 4E 2F
Octal 326 251 33 0 25 127 20 56 116 57
Binary 11010110 10101001 11011 0 10101 1010111 10000 101110 1001110 101111

Color Harmonies of #D6A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A91B

Black with #D6A91B

Text Example


Text Example

White with #D6A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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