Html Css Color HEX #D7A92C Galliano

📋 copy color: '#D7A92C'

red 215 ◦ green 169 ◦ blue 44

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

Shades of Galliano #D7A92C

Tints of Galliano #D7A92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 50.23%
G = 39.49%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7A92C (or 0xD7A92C) is known color: Galliano. HEX triplet: D7, A9 and 2C. RGB value is (215,169,44). Sum of RGB (Red+Green+Blue) = 215+169+44=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A92C is #2856D3. Grayscale: #A9A9A9. Windows color (decimal): -2643668 or 2927063. OLE color: 2927063.

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

Color convert

RGB 215 169 44 -
CMYK 0 0.21 0.80 0.16
HSL 43.86º 0.68% 0.51% -
HSV(B) 43.86º 0.8% 0.84% -
XYZ 42.67 43 8.43 -
YUV 168.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 215 169 44 0 0.21 0.80 0.16 43.86 0.68 0.51
Hex D7 A9 2C 0 15 50 10 2C 44 33
Octal 327 251 54 0 25 120 20 54 104 63
Binary 11010111 10101001 101100 0 10101 1010000 10000 101100 1000100 110011

Color Harmonies of #D7A92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A92C

Black with #D7A92C

Text Example


Text Example

White with #D7A92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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