Html Css Color HEX #D7A331 Galliano

📋 copy color: '#D7A331'

red 215 ◦ green 163 ◦ blue 49

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

Shades of Galliano #D7A331

Tints of Galliano #D7A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 49 (19.53% from 255) = 11.48%

R = 50.35%
G = 38.17%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7A331 (or 0xD7A331) is known color: Galliano. HEX triplet: D7, A3 and 31. RGB value is (215,163,49). Sum of RGB (Red+Green+Blue) = 215+163+49=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A331 is #285CCE. Grayscale: #A6A6A6. Windows color (decimal): -2645199 or 3253207. OLE color: 3253207.

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

Color convert

RGB 215 163 49 -
CMYK 0 0.24 0.77 0.16
HSL 41.2º 0.67% 0.52% -
HSV(B) 41.2º 0.77% 0.84% -
XYZ 41.68 40.86 8.6 -
YUV 165.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 215 163 49 0 0.24 0.77 0.16 41.2 0.67 0.52
Hex D7 A3 31 0 18 4D 10 29 43 34
Octal 327 243 61 0 30 115 20 51 103 64
Binary 11010111 10100011 110001 0 11000 1001101 10000 101001 1000011 110100

Color Harmonies of #D7A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A331

Black with #D7A331

Text Example


Text Example

White with #D7A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A331; }

 p { color: rgb(215,163,49); }

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

background-color css

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

 a { background-color: rgb(215,163,49); }

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

border-color css

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

 span { border-color: rgb(215,163,49); }

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