Html Css Color HEX #D7A51B Galliano

📋 copy color: '#D7A51B'

red 215 ◦ green 165 ◦ blue 27

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

Shades of Galliano #D7A51B

Tints of Galliano #D7A51B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 52.83%
G = 40.54%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7A51B (or 0xD7A51B) is known color: Galliano. HEX triplet: D7, A5 and 1B. RGB value is (215,165,27). Sum of RGB (Red+Green+Blue) = 215+165+27=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A51B is #285AE4. Grayscale: #A4A4A4. Windows color (decimal): -2644709 or 1811927. OLE color: 1811927.

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

Color convert

RGB 215 165 27 -
CMYK 0 0.23 0.87 0.16
HSL 44.04º 0.78% 0.47% -
HSV(B) 44.04º 0.87% 0.84% -
XYZ 41.68 41.44 6.84 -
YUV 164.22 50.57 164.22 -
System Red Green Blue C M Y K H S L
Decimal 215 165 27 0 0.23 0.87 0.16 44.04 0.78 0.47
Hex D7 A5 1B 0 17 57 10 2C 4E 2F
Octal 327 245 33 0 27 127 20 54 116 57
Binary 11010111 10100101 11011 0 10111 1010111 10000 101100 1001110 101111

Color Harmonies of #D7A51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A51B

Black with #D7A51B

Text Example


Text Example

White with #D7A51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A51B; }

 p { color: rgb(215,165,27); }

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

background-color css

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

 a { background-color: rgb(215,165,27); }

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

border-color css

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

 span { border-color: rgb(215,165,27); }

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