Html Css Color HEX #D6AD1B Galliano

📋 copy color: '#D6AD1B'

red 214 ◦ green 173 ◦ blue 27

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

Shades of Galliano #D6AD1B

Tints of Galliano #D6AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

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

R = 51.69%
G = 41.79%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6AD1B (or 0xD6AD1B) is known color: Galliano. HEX triplet: D6, AD and 1B. RGB value is (214,173,27). Sum of RGB (Red+Green+Blue) = 214+173+27=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD1B is #2952E4. Grayscale: #A9A9A9. Windows color (decimal): -2708197 or 1813974. OLE color: 1813974.

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

Color convert

RGB 214 173 27 -
CMYK 0 0.19 0.87 0.16
HSL 46.84º 0.78% 0.47% -
HSV(B) 46.84º 0.87% 0.84% -
XYZ 42.87 44.26 7.32 -
YUV 168.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 214 173 27 0 0.19 0.87 0.16 46.84 0.78 0.47
Hex D6 AD 1B 0 13 57 10 2F 4E 2F
Octal 326 255 33 0 23 127 20 57 116 57
Binary 11010110 10101101 11011 0 10011 1010111 10000 101111 1001110 101111

Color Harmonies of #D6AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD1B

Black with #D6AD1B

Text Example


Text Example

White with #D6AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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