Html Css Color HEX #D7A627 Galliano

📋 copy color: '#D7A627'

red 215 ◦ green 166 ◦ blue 39

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

Shades of Galliano #D7A627

Tints of Galliano #D7A627

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 51.19%
G = 39.52%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D7A627 (or 0xD7A627) is known color: Galliano. HEX triplet: D7, A6 and 27. RGB value is (215,166,39). Sum of RGB (Red+Green+Blue) = 215+166+39=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A627 is #2859D8. Grayscale: #A6A6A6. Windows color (decimal): -2644441 or 2598615. OLE color: 2598615.

HSL color Cylindrical-coordinate representation of color #D7A627: hue angle of 43.3º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7A627 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 166 39 -
CMYK 0 0.23 0.82 0.16
HSL 43.3º 0.69% 0.5% -
HSV(B) 43.3º 0.82% 0.84% -
XYZ 42.03 41.87 7.79 -
YUV 166.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 215 166 39 0 0.23 0.82 0.16 43.3 0.69 0.5
Hex D7 A6 27 0 17 52 10 2B 45 32
Octal 327 246 47 0 27 122 20 53 105 62
Binary 11010111 10100110 100111 0 10111 1010010 10000 101011 1000101 110010

Color Harmonies of #D7A627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A627

Black with #D7A627

Text Example


Text Example

White with #D7A627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A627; }

 p { color: rgb(215,166,39); }

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

background-color css

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

 a { background-color: rgb(215,166,39); }

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

border-color css

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

 span { border-color: rgb(215,166,39); }

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