Html Css Color HEX #D7AF1E Galliano

📋 copy color: '#D7AF1E'

red 215 ◦ green 175 ◦ blue 30

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

Shades of Galliano #D7AF1E

Tints of Galliano #D7AF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 51.19%
G = 41.67%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7AF1E (or 0xD7AF1E) is known color: Galliano. HEX triplet: D7, AF and 1E. RGB value is (215,175,30). Sum of RGB (Red+Green+Blue) = 215+175+30=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF1E is #2850E1. Grayscale: #ABABAB. Windows color (decimal): -2642146 or 2011095. OLE color: 2011095.

HSL color Cylindrical-coordinate representation of color #D7AF1E: hue angle of 47.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7AF1E is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 30 -
CMYK 0 0.19 0.86 0.16
HSL 47.03º 0.76% 0.48% -
HSV(B) 47.03º 0.86% 0.84% -
XYZ 43.59 45.2 7.66 -
YUV 170.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 215 175 30 0 0.19 0.86 0.16 47.03 0.76 0.48
Hex D7 AF 1E 0 13 56 10 2F 4C 30
Octal 327 257 36 0 23 126 20 57 114 60
Binary 11010111 10101111 11110 0 10011 1010110 10000 101111 1001100 110000

Color Harmonies of #D7AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF1E

Black with #D7AF1E

Text Example


Text Example

White with #D7AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF1E; }

 p { color: rgb(215,175,30); }

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

background-color css

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

 a { background-color: rgb(215,175,30); }

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

border-color css

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

 span { border-color: rgb(215,175,30); }

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