Html Css Color HEX #D8A331 Galliano

📋 copy color: '#D8A331'

red 216 ◦ green 163 ◦ blue 49

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

Shades of Galliano #D8A331

Tints of Galliano #D8A331

RGB

 RED value IS 216 (84.77% from 255) = 50.47%

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

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

R = 50.47%
G = 38.08%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A331 (or 0xD8A331) is known color: Galliano. HEX triplet: D8, A3 and 31. RGB value is (216,163,49). Sum of RGB (Red+Green+Blue) = 216+163+49=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A331 is #275CCE. Grayscale: #A6A6A6. Windows color (decimal): -2579663 or 3253208. OLE color: 3253208.

HSL color Cylindrical-coordinate representation of color #D8A331: hue angle of 40.96º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8A331 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 49 -
CMYK 0 0.25 0.77 0.15
HSL 40.96º 0.68% 0.52% -
HSV(B) 40.96º 0.77% 0.85% -
XYZ 41.97 41.02 8.61 -
YUV 165.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 216 163 49 0 0.25 0.77 0.15 40.96 0.68 0.52
Hex D8 A3 31 0 19 4D F 29 44 34
Octal 330 243 61 0 31 115 17 51 104 64
Binary 11011000 10100011 110001 0 11001 1001101 1111 101001 1000100 110100

Color Harmonies of #D8A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A331

Black with #D8A331

Text Example


Text Example

White with #D8A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A331; }

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

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

background-color css

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

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

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

border-color css

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

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

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