Html Css Color HEX #D7B125 Galliano

📋 copy color: '#D7B125'

red 215 ◦ green 177 ◦ blue 37

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

Shades of Galliano #D7B125

Tints of Galliano #D7B125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.62%

R = 50.12%
G = 41.26%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7B125 (or 0xD7B125) is known color: Galliano. HEX triplet: D7, B1 and 25. RGB value is (215,177,37). Sum of RGB (Red+Green+Blue) = 215+177+37=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B125 is #284EDA. Grayscale: #ADADAD. Windows color (decimal): -2641627 or 2470359. OLE color: 2470359.

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

Color convert

RGB 215 177 37 -
CMYK 0 0.18 0.83 0.16
HSL 47.19º 0.71% 0.49% -
HSV(B) 47.19º 0.83% 0.84% -
XYZ 44.08 46.02 8.31 -
YUV 172.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 215 177 37 0 0.18 0.83 0.16 47.19 0.71 0.49
Hex D7 B1 25 0 12 53 10 2F 47 31
Octal 327 261 45 0 22 123 20 57 107 61
Binary 11010111 10110001 100101 0 10010 1010011 10000 101111 1000111 110001

Color Harmonies of #D7B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B125

Black with #D7B125

Text Example


Text Example

White with #D7B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B125; }

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

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

background-color css

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

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

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

border-color css

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

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

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