Html Css Color HEX #D5A90D Galliano

📋 copy color: '#D5A90D'

red 213 ◦ green 169 ◦ blue 13

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

Shades of Galliano #D5A90D

Tints of Galliano #D5A90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 53.92%
G = 42.78%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5A90D (or 0xD5A90D) is known color: Galliano. HEX triplet: D5, A9 and 0D. RGB value is (213,169,13). Sum of RGB (Red+Green+Blue) = 213+169+13=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A90D is #2A56F2. Grayscale: #A5A5A5. Windows color (decimal): -2774771 or 895445. OLE color: 895445.

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

Color convert

RGB 213 169 13 -
CMYK 0 0.21 0.94 0.16
HSL 46.8º 0.88% 0.44% -
HSV(B) 46.8º 0.94% 0.84% -
XYZ 41.7 42.55 6.4 -
YUV 164.37 42.58 162.68 -
System Red Green Blue C M Y K H S L
Decimal 213 169 13 0 0.21 0.94 0.16 46.8 0.88 0.44
Hex D5 A9 D 0 15 5E 10 2F 58 2C
Octal 325 251 15 0 25 136 20 57 130 54
Binary 11010101 10101001 1101 0 10101 1011110 10000 101111 1011000 101100

Color Harmonies of #D5A90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A90D

Black with #D5A90D

Text Example


Text Example

White with #D5A90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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