Html Css Color HEX #D7A41C Galliano

📋 copy color: '#D7A41C'

red 215 ◦ green 164 ◦ blue 28

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

Shades of Galliano #D7A41C

Tints of Galliano #D7A41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 52.83%
G = 40.29%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7A41C (or 0xD7A41C) is known color: Galliano. HEX triplet: D7, A4 and 1C. RGB value is (215,164,28). Sum of RGB (Red+Green+Blue) = 215+164+28=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A41C is #285BE3. Grayscale: #A4A4A4. Windows color (decimal): -2644964 or 1877207. OLE color: 1877207.

HSL color Cylindrical-coordinate representation of color #D7A41C: hue angle of 43.64º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7A41C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 164 28 -
CMYK 0 0.24 0.87 0.16
HSL 43.64º 0.77% 0.48% -
HSV(B) 43.64º 0.87% 0.84% -
XYZ 41.51 41.08 6.84 -
YUV 163.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 215 164 28 0 0.24 0.87 0.16 43.64 0.77 0.48
Hex D7 A4 1C 0 18 57 10 2C 4D 30
Octal 327 244 34 0 30 127 20 54 115 60
Binary 11010111 10100100 11100 0 11000 1010111 10000 101100 1001101 110000

Color Harmonies of #D7A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A41C

Black with #D7A41C

Text Example


Text Example

White with #D7A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A41C; }

 p { color: rgb(215,164,28); }

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

background-color css

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

 a { background-color: rgb(215,164,28); }

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

border-color css

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

 span { border-color: rgb(215,164,28); }

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