Html Css Color HEX #D5A80F Galliano

📋 copy color: '#D5A80F'

red 213 ◦ green 168 ◦ blue 15

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

Shades of Galliano #D5A80F

Tints of Galliano #D5A80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 53.79%
G = 42.42%
B = 3.79%

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

#D5A80F (or 0xD5A80F) is known color: Galliano. HEX triplet: D5, A8 and 0F. RGB value is (213,168,15). Sum of RGB (Red+Green+Blue) = 213+168+15=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A80F is #2A57F0. Grayscale: #A4A4A4. Windows color (decimal): -2775025 or 1026261. OLE color: 1026261.

HSL color Cylindrical-coordinate representation of color #D5A80F: hue angle of 46.36º degrees, saturation: 0.87, 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 #D5A80F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 15 -
CMYK 0 0.21 0.93 0.16
HSL 46.36º 0.87% 0.45% -
HSV(B) 46.36º 0.93% 0.84% -
XYZ 41.53 42.19 6.41 -
YUV 164.01 43.91 162.94 -
System Red Green Blue C M Y K H S L
Decimal 213 168 15 0 0.21 0.93 0.16 46.36 0.87 0.45
Hex D5 A8 F 0 15 5D 10 2E 57 2D
Octal 325 250 17 0 25 135 20 56 127 55
Binary 11010101 10101000 1111 0 10101 1011101 10000 101110 1010111 101101

Color Harmonies of #D5A80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A80F

Black with #D5A80F

Text Example


Text Example

White with #D5A80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A80F; }

 p { color: rgb(213,168,15); }

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

background-color css

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

 a { background-color: rgb(213,168,15); }

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

border-color css

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

 span { border-color: rgb(213,168,15); }

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