Html Css Color HEX #D7A80F Galliano

📋 copy color: '#D7A80F'

red 215 ◦ green 168 ◦ blue 15

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

Shades of Galliano #D7A80F

Tints of Galliano #D7A80F

RGB

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

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

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

R = 54.02%
G = 42.21%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7A80F (or 0xD7A80F) is known color: Galliano. HEX triplet: D7, A8 and 0F. RGB value is (215,168,15). Sum of RGB (Red+Green+Blue) = 215+168+15=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A80F is #2857F0. Grayscale: #A5A5A5. Windows color (decimal): -2643953 or 1026263. OLE color: 1026263.

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

Color convert

RGB 215 168 15 -
CMYK 0 0.22 0.93 0.16
HSL 45.9º 0.87% 0.45% -
HSV(B) 45.9º 0.93% 0.84% -
XYZ 42.11 42.49 6.43 -
YUV 164.61 43.57 163.94 -
System Red Green Blue C M Y K H S L
Decimal 215 168 15 0 0.22 0.93 0.16 45.9 0.87 0.45
Hex D7 A8 F 0 16 5D 10 2E 57 2D
Octal 327 250 17 0 26 135 20 56 127 55
Binary 11010111 10101000 1111 0 10110 1011101 10000 101110 1010111 101101

Color Harmonies of #D7A80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A80F

Black with #D7A80F

Text Example


Text Example

White with #D7A80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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