Html Css Color HEX #D7A231 Galliano

📋 copy color: '#D7A231'

red 215 ◦ green 162 ◦ blue 49

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

Shades of Galliano #D7A231

Tints of Galliano #D7A231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 50.47%
G = 38.03%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7A231 (or 0xD7A231) is known color: Galliano. HEX triplet: D7, A2 and 31. RGB value is (215,162,49). Sum of RGB (Red+Green+Blue) = 215+162+49=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A231 is #285DCE. Grayscale: #A5A5A5. Windows color (decimal): -2645455 or 3252951. OLE color: 3252951.

HSL color Cylindrical-coordinate representation of color #D7A231: hue angle of 40.84º 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 #D7A231 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 49 -
CMYK 0 0.25 0.77 0.16
HSL 40.84º 0.67% 0.52% -
HSV(B) 40.84º 0.77% 0.84% -
XYZ 41.5 40.51 8.54 -
YUV 164.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 215 162 49 0 0.25 0.77 0.16 40.84 0.67 0.52
Hex D7 A2 31 0 19 4D 10 29 43 34
Octal 327 242 61 0 31 115 20 51 103 64
Binary 11010111 10100010 110001 0 11001 1001101 10000 101001 1000011 110100

Color Harmonies of #D7A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A231

Black with #D7A231

Text Example


Text Example

White with #D7A231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A231; }

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

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

background-color css

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

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

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

border-color css

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

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

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