Html Css Color HEX #D7AF22 Galliano

📋 copy color: '#D7AF22'

red 215 ◦ green 175 ◦ blue 34

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

Shades of Galliano #D7AF22

Tints of Galliano #D7AF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.02%

R = 50.71%
G = 41.27%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D7AF22 (or 0xD7AF22) is known color: Galliano. HEX triplet: D7, AF and 22. RGB value is (215,175,34). Sum of RGB (Red+Green+Blue) = 215+175+34=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF22 is #2850DD. Grayscale: #ABABAB. Windows color (decimal): -2642142 or 2273239. OLE color: 2273239.

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

Color convert

RGB 215 175 34 -
CMYK 0 0.19 0.84 0.16
HSL 46.74º 0.73% 0.49% -
HSV(B) 46.74º 0.84% 0.84% -
XYZ 43.64 45.22 7.94 -
YUV 170.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 215 175 34 0 0.19 0.84 0.16 46.74 0.73 0.49
Hex D7 AF 22 0 13 54 10 2F 49 31
Octal 327 257 42 0 23 124 20 57 111 61
Binary 11010111 10101111 100010 0 10011 1010100 10000 101111 1001001 110001

Color Harmonies of #D7AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF22

Black with #D7AF22

Text Example


Text Example

White with #D7AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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