Html Css Color HEX #D7A92D Galliano

📋 copy color: '#D7A92D'

red 215 ◦ green 169 ◦ blue 45

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

Shades of Galliano #D7A92D

Tints of Galliano #D7A92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 50.12%
G = 39.39%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7A92D (or 0xD7A92D) is known color: Galliano. HEX triplet: D7, A9 and 2D. RGB value is (215,169,45). Sum of RGB (Red+Green+Blue) = 215+169+45=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A92D is #2856D2. Grayscale: #A9A9A9. Windows color (decimal): -2643667 or 2992599. OLE color: 2992599.

HSL color Cylindrical-coordinate representation of color #D7A92D: hue angle of 43.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7A92D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 45 -
CMYK 0 0.21 0.79 0.16
HSL 43.76º 0.68% 0.51% -
HSV(B) 43.76º 0.79% 0.84% -
XYZ 42.69 43.01 8.54 -
YUV 168.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 215 169 45 0 0.21 0.79 0.16 43.76 0.68 0.51
Hex D7 A9 2D 0 15 4F 10 2C 44 33
Octal 327 251 55 0 25 117 20 54 104 63
Binary 11010111 10101001 101101 0 10101 1001111 10000 101100 1000100 110011

Color Harmonies of #D7A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A92D

Black with #D7A92D

Text Example


Text Example

White with #D7A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A92D; }

 p { color: rgb(215,169,45); }

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

background-color css

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

 a { background-color: rgb(215,169,45); }

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

border-color css

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

 span { border-color: rgb(215,169,45); }

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