Html Css Color HEX #D6AF22 Galliano

📋 copy color: '#D6AF22'

red 214 ◦ green 175 ◦ blue 34

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

Shades of Galliano #D6AF22

Tints of Galliano #D6AF22

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

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

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

R = 50.59%
G = 41.37%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6AF22 (or 0xD6AF22) is known color: Galliano. HEX triplet: D6, AF and 22. RGB value is (214,175,34). Sum of RGB (Red+Green+Blue) = 214+175+34=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF22 is #2950DD. Grayscale: #ABABAB. Windows color (decimal): -2707678 or 2273238. OLE color: 2273238.

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

Color convert

RGB 214 175 34 -
CMYK 0 0.18 0.84 0.16
HSL 47º 0.73% 0.49% -
HSV(B) 47º 0.84% 0.84% -
XYZ 43.35 45.07 7.93 -
YUV 170.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 214 175 34 0 0.18 0.84 0.16 47 0.73 0.49
Hex D6 AF 22 0 12 54 10 2F 49 31
Octal 326 257 42 0 22 124 20 57 111 61
Binary 11010110 10101111 100010 0 10010 1010100 10000 101111 1001001 110001

Color Harmonies of #D6AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF22

Black with #D6AF22

Text Example


Text Example

White with #D6AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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