Html Css Color HEX #D7AF25 Galliano

📋 copy color: '#D7AF25'

red 215 ◦ green 175 ◦ blue 37

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

Shades of Galliano #D7AF25

Tints of Galliano #D7AF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.67%

R = 50.35%
G = 40.98%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7AF25 (or 0xD7AF25) is known color: Galliano. HEX triplet: D7, AF and 25. RGB value is (215,175,37). Sum of RGB (Red+Green+Blue) = 215+175+37=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF25 is #2850DA. Grayscale: #ABABAB. Windows color (decimal): -2642139 or 2469847. OLE color: 2469847.

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

Color convert

RGB 215 175 37 -
CMYK 0 0.19 0.83 0.16
HSL 46.52º 0.71% 0.49% -
HSV(B) 46.52º 0.83% 0.84% -
XYZ 43.69 45.24 8.18 -
YUV 171.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 215 175 37 0 0.19 0.83 0.16 46.52 0.71 0.49
Hex D7 AF 25 0 13 53 10 2F 47 31
Octal 327 257 45 0 23 123 20 57 107 61
Binary 11010111 10101111 100101 0 10011 1010011 10000 101111 1000111 110001

Color Harmonies of #D7AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF25

Black with #D7AF25

Text Example


Text Example

White with #D7AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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