Html Css Color HEX #D6B122 Galliano

📋 copy color: '#D6B122'

red 214 ◦ green 177 ◦ blue 34

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

Shades of Galliano #D6B122

Tints of Galliano #D6B122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8%

R = 50.35%
G = 41.65%
B = 8%

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

#D6B122 (or 0xD6B122) is known color: Galliano. HEX triplet: D6, B1 and 22. RGB value is (214,177,34). Sum of RGB (Red+Green+Blue) = 214+177+34=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B122 is #294EDD. Grayscale: #ACACAC. Windows color (decimal): -2707166 or 2273750. OLE color: 2273750.

HSL color Cylindrical-coordinate representation of color #D6B122: hue angle of 47.67º degrees, saturation: 0.73, 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 #D6B122 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 34 -
CMYK 0 0.17 0.84 0.16
HSL 47.67º 0.73% 0.49% -
HSV(B) 47.67º 0.84% 0.84% -
XYZ 43.74 45.86 8.06 -
YUV 171.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 214 177 34 0 0.17 0.84 0.16 47.67 0.73 0.49
Hex D6 B1 22 0 11 54 10 30 49 31
Octal 326 261 42 0 21 124 20 60 111 61
Binary 11010110 10110001 100010 0 10001 1010100 10000 110000 1001001 110001

Color Harmonies of #D6B122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B122

Black with #D6B122

Text Example


Text Example

White with #D6B122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B122; }

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

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

background-color css

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

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

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

border-color css

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

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

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