Html Css Color HEX #D6B017 Galliano

📋 copy color: '#D6B017'

red 214 ◦ green 176 ◦ blue 23

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

Shades of Galliano #D6B017

Tints of Galliano #D6B017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

 BLUE value IS 23 (9.38% from 255) = 5.57%

R = 51.82%
G = 42.62%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6B017 (or 0xD6B017) is known color: Galliano. HEX triplet: D6, B0 and 17. RGB value is (214,176,23). Sum of RGB (Red+Green+Blue) = 214+176+23=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B017 is #294FE8. Grayscale: #AAAAAA. Windows color (decimal): -2707433 or 1552598. OLE color: 1552598.

HSL color Cylindrical-coordinate representation of color #D6B017: hue angle of 48.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6B017 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 23 -
CMYK 0 0.18 0.89 0.16
HSL 48.06º 0.81% 0.46% -
HSV(B) 48.06º 0.89% 0.84% -
XYZ 43.41 45.41 7.29 -
YUV 169.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 214 176 23 0 0.18 0.89 0.16 48.06 0.81 0.46
Hex D6 B0 17 0 12 59 10 30 51 2E
Octal 326 260 27 0 22 131 20 60 121 56
Binary 11010110 10110000 10111 0 10010 1011001 10000 110000 1010001 101110

Color Harmonies of #D6B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B017

Black with #D6B017

Text Example


Text Example

White with #D6B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B017; }

 p { color: rgb(214,176,23); }

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

background-color css

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

 a { background-color: rgb(214,176,23); }

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

border-color css

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

 span { border-color: rgb(214,176,23); }

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