Html Css Color HEX #D6AF1A Galliano

📋 copy color: '#D6AF1A'

red 214 ◦ green 175 ◦ blue 26

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

Shades of Galliano #D6AF1A

Tints of Galliano #D6AF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.27%

R = 51.57%
G = 42.17%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6AF1A (or 0xD6AF1A) is known color: Galliano. HEX triplet: D6, AF and 1A. RGB value is (214,175,26). Sum of RGB (Red+Green+Blue) = 214+175+26=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF1A is #2950E5. Grayscale: #AAAAAA. Windows color (decimal): -2707686 or 1748950. OLE color: 1748950.

HSL color Cylindrical-coordinate representation of color #D6AF1A: hue angle of 47.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6AF1A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 26 -
CMYK 0 0.18 0.88 0.16
HSL 47.55º 0.78% 0.47% -
HSV(B) 47.55º 0.88% 0.84% -
XYZ 43.25 45.03 7.39 -
YUV 169.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 214 175 26 0 0.18 0.88 0.16 47.55 0.78 0.47
Hex D6 AF 1A 0 12 58 10 30 4E 2F
Octal 326 257 32 0 22 130 20 60 116 57
Binary 11010110 10101111 11010 0 10010 1011000 10000 110000 1001110 101111

Color Harmonies of #D6AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF1A

Black with #D6AF1A

Text Example


Text Example

White with #D6AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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