Html Css Color HEX #D6A61B Galliano

📋 copy color: '#D6A61B'

red 214 ◦ green 166 ◦ blue 27

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

Shades of Galliano #D6A61B

Tints of Galliano #D6A61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

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

R = 52.58%
G = 40.79%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6A61B (or 0xD6A61B) is known color: Galliano. HEX triplet: D6, A6 and 1B. RGB value is (214,166,27). Sum of RGB (Red+Green+Blue) = 214+166+27=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A61B is #2959E4. Grayscale: #A5A5A5. Windows color (decimal): -2709989 or 1812182. OLE color: 1812182.

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

Color convert

RGB 214 166 27 -
CMYK 0 0.22 0.87 0.16
HSL 44.6º 0.78% 0.47% -
HSV(B) 44.6º 0.87% 0.84% -
XYZ 41.57 41.65 6.88 -
YUV 164.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 214 166 27 0 0.22 0.87 0.16 44.6 0.78 0.47
Hex D6 A6 1B 0 16 57 10 2D 4E 2F
Octal 326 246 33 0 26 127 20 55 116 57
Binary 11010110 10100110 11011 0 10110 1010111 10000 101101 1001110 101111

Color Harmonies of #D6A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A61B

Black with #D6A61B

Text Example


Text Example

White with #D6A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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