Html Css Color HEX #D5A90E Galliano

📋 copy color: '#D5A90E'

red 213 ◦ green 169 ◦ blue 14

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

Shades of Galliano #D5A90E

Tints of Galliano #D5A90E

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 53.79%
G = 42.68%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5A90E (or 0xD5A90E) is known color: Galliano. HEX triplet: D5, A9 and 0E. RGB value is (213,169,14). Sum of RGB (Red+Green+Blue) = 213+169+14=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A90E is #2A56F1. Grayscale: #A5A5A5. Windows color (decimal): -2774770 or 960981. OLE color: 960981.

HSL color Cylindrical-coordinate representation of color #D5A90E: hue angle of 46.73º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5A90E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 14 -
CMYK 0 0.21 0.93 0.16
HSL 46.73º 0.88% 0.45% -
HSV(B) 46.73º 0.93% 0.84% -
XYZ 41.71 42.55 6.43 -
YUV 164.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 213 169 14 0 0.21 0.93 0.16 46.73 0.88 0.45
Hex D5 A9 E 0 15 5D 10 2F 58 2D
Octal 325 251 16 0 25 135 20 57 130 55
Binary 11010101 10101001 1110 0 10101 1011101 10000 101111 1011000 101101

Color Harmonies of #D5A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A90E

Black with #D5A90E

Text Example


Text Example

White with #D5A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A90E; }

 p { color: rgb(213,169,14); }

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

background-color css

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

 a { background-color: rgb(213,169,14); }

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

border-color css

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

 span { border-color: rgb(213,169,14); }

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