Html Css Color HEX #D7B11A Galliano

📋 copy color: '#D7B11A'

red 215 ◦ green 177 ◦ blue 26

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

Shades of Galliano #D7B11A

Tints of Galliano #D7B11A

RGB

 RED value IS 215 (84.38% from 255) = 51.44%

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

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 51.44%
G = 42.34%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7B11A (or 0xD7B11A) is known color: Galliano. HEX triplet: D7, B1 and 1A. RGB value is (215,177,26). Sum of RGB (Red+Green+Blue) = 215+177+26=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B11A is #284EE5. Grayscale: #ABABAB. Windows color (decimal): -2641638 or 1749463. OLE color: 1749463.

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

Color convert

RGB 215 177 26 -
CMYK 0 0.18 0.88 0.16
HSL 47.94º 0.78% 0.47% -
HSV(B) 47.94º 0.88% 0.84% -
XYZ 43.93 45.97 7.53 -
YUV 171.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 215 177 26 0 0.18 0.88 0.16 47.94 0.78 0.47
Hex D7 B1 1A 0 12 58 10 30 4E 2F
Octal 327 261 32 0 22 130 20 60 116 57
Binary 11010111 10110001 11010 0 10010 1011000 10000 110000 1001110 101111

Color Harmonies of #D7B11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B11A

Black with #D7B11A

Text Example


Text Example

White with #D7B11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B11A; }

 p { color: rgb(215,177,26); }

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

background-color css

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

 a { background-color: rgb(215,177,26); }

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

border-color css

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

 span { border-color: rgb(215,177,26); }

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