Html Css Color HEX #D7AF1F Galliano

📋 copy color: '#D7AF1F'

red 215 ◦ green 175 ◦ blue 31

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

Shades of Galliano #D7AF1F

Tints of Galliano #D7AF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.36%

R = 51.07%
G = 41.57%
B = 7.36%

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

#D7AF1F (or 0xD7AF1F) is known color: Galliano. HEX triplet: D7, AF and 1F. RGB value is (215,175,31). Sum of RGB (Red+Green+Blue) = 215+175+31=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF1F is #2850E0. Grayscale: #ABABAB. Windows color (decimal): -2642145 or 2076631. OLE color: 2076631.

HSL color Cylindrical-coordinate representation of color #D7AF1F: hue angle of 46.96º degrees, saturation: 0.75, 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 #D7AF1F is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 31 -
CMYK 0 0.19 0.86 0.16
HSL 46.96º 0.75% 0.48% -
HSV(B) 46.96º 0.86% 0.84% -
XYZ 43.6 45.21 7.72 -
YUV 170.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 215 175 31 0 0.19 0.86 0.16 46.96 0.75 0.48
Hex D7 AF 1F 0 13 56 10 2F 4B 30
Octal 327 257 37 0 23 126 20 57 113 60
Binary 11010111 10101111 11111 0 10011 1010110 10000 101111 1001011 110000

Color Harmonies of #D7AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF1F

Black with #D7AF1F

Text Example


Text Example

White with #D7AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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