Html Css Color HEX #D6B123 Galliano

📋 copy color: '#D6B123'

red 214 ◦ green 177 ◦ blue 35

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

Shades of Galliano #D6B123

Tints of Galliano #D6B123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 35 (14.06% from 255) = 8.22%

R = 50.23%
G = 41.55%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6B123 (or 0xD6B123) is known color: Galliano. HEX triplet: D6, B1 and 23. RGB value is (214,177,35). Sum of RGB (Red+Green+Blue) = 214+177+35=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B123 is #294EDC. Grayscale: #ACACAC. Windows color (decimal): -2707165 or 2339286. OLE color: 2339286.

HSL color Cylindrical-coordinate representation of color #D6B123: hue angle of 47.6º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6B123 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 35 -
CMYK 0 0.17 0.84 0.16
HSL 47.6º 0.72% 0.49% -
HSV(B) 47.6º 0.84% 0.84% -
XYZ 43.76 45.86 8.14 -
YUV 171.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 214 177 35 0 0.17 0.84 0.16 47.6 0.72 0.49
Hex D6 B1 23 0 11 54 10 30 48 31
Octal 326 261 43 0 21 124 20 60 110 61
Binary 11010110 10110001 100011 0 10001 1010100 10000 110000 1001000 110001

Color Harmonies of #D6B123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B123

Black with #D6B123

Text Example


Text Example

White with #D6B123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B123; }

 p { color: rgb(214,177,35); }

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

background-color css

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

 a { background-color: rgb(214,177,35); }

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

border-color css

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

 span { border-color: rgb(214,177,35); }

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