Html Css Color HEX #D7A726 Galliano

📋 copy color: '#D7A726'

red 215 ◦ green 167 ◦ blue 38

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

Shades of Galliano #D7A726

Tints of Galliano #D7A726

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

 BLUE value IS 38 (15.23% from 255) = 9.05%

R = 51.19%
G = 39.76%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D7A726 (or 0xD7A726) is known color: Galliano. HEX triplet: D7, A7 and 26. RGB value is (215,167,38). Sum of RGB (Red+Green+Blue) = 215+167+38=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A726 is #2858D9. Grayscale: #A7A7A7. Windows color (decimal): -2644186 or 2533335. OLE color: 2533335.

HSL color Cylindrical-coordinate representation of color #D7A726: hue angle of 43.73º degrees, saturation: 0.7, 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 #D7A726 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 167 38 -
CMYK 0 0.22 0.82 0.16
HSL 43.73º 0.7% 0.5% -
HSV(B) 43.73º 0.82% 0.84% -
XYZ 42.19 42.22 7.76 -
YUV 166.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 215 167 38 0 0.22 0.82 0.16 43.73 0.7 0.5
Hex D7 A7 26 0 16 52 10 2C 46 32
Octal 327 247 46 0 26 122 20 54 106 62
Binary 11010111 10100111 100110 0 10110 1010010 10000 101100 1000110 110010

Color Harmonies of #D7A726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A726

Black with #D7A726

Text Example


Text Example

White with #D7A726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A726; }

 p { color: rgb(215,167,38); }

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

background-color css

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

 a { background-color: rgb(215,167,38); }

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

border-color css

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

 span { border-color: rgb(215,167,38); }

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